ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsFatras::Segmentizer::ChannelSegment Struct Reference

Nested struct for representing channel steps. More...

#include <ActsFatras/Digitization/Segmentizer.hpp>

Collaboration diagram for ActsFatras::Segmentizer::ChannelSegment:
[legend]

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.

Detailed Description

Nested struct for representing channel steps.

Constructor & Destructor Documentation

◆ ChannelSegment()

ActsFatras::Segmentizer::ChannelSegment::ChannelSegment ( Bin2D bin_,
Segment2D path2D_,
double activation_ )

Constructor with arguments.

Parameters
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

Member Data Documentation

◆ activation

double ActsFatras::Segmentizer::ChannelSegment::activation = 0

The (clipped) value (uncorrected: path length).

◆ bin

Bin2D ActsFatras::Segmentizer::ChannelSegment::bin = {0, 0}

The bin of this segment.

◆ path2D

Segment2D ActsFatras::Segmentizer::ChannelSegment::path2D = {Acts::Vector2::Zero(), Acts::Vector2::Zero()}

The segment start, end points.