|
ACTS
Experiment-independent tracking
|
Nested struct for representing channel steps. More...
#include <ActsFatras/Digitization/Segmentizer.hpp>
Public Member Functions | |
| ChannelSegment (Bin2D bin_, Segment2D path2D_, double activation_) | |
| Constructor with arguments. | |
Public Attributes | |
| double | activation = 0 |
| The (clipped) value (uncorrected: path length). | |
| Bin2D | bin = {0, 0} |
| The bin of this segment. | |
| Segment2D | path2D = {Acts::Vector2::Zero(), Acts::Vector2::Zero()} |
| The segment start, end points. | |
Nested struct for representing channel steps.
| ActsFatras::Segmentizer::ChannelSegment::ChannelSegment | ( | Bin2D | bin_, |
| Segment2D | path2D_, | ||
| double | activation_ ) |
Constructor with arguments.
| bin_ | The bin corresponding to this step |
| path2D_ | The start/end 2D position of the segment |
| activation_ | The segment activation (clean: length) for this bin |
| double ActsFatras::Segmentizer::ChannelSegment::activation = 0 |
The (clipped) value (uncorrected: path length).
| Bin2D ActsFatras::Segmentizer::ChannelSegment::bin = {0, 0} |
The bin of this segment.
| Segment2D ActsFatras::Segmentizer::ChannelSegment::path2D = {Acts::Vector2::Zero(), Acts::Vector2::Zero()} |
The segment start, end points.