Analysis Software
Documentation for sPHENIX simulation software
|
Nested struct for representing channel steps. More...
#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Digitization/Channelizer.hpp>
Public Member Functions | |
ChannelSegment (Bin2D bin_, Segment2D path2D_, double activation_) | |
Public Attributes | |
Bin2D | bin = {0, 0} |
The bin of this segment. | |
Segment2D | path2D |
The segment start, end points. | |
double | activation = 0. |
The (clipped) value (uncorrected: path length) | |
Nested struct for representing channel steps.
Definition at line 66 of file Channelizer.hpp.
View newest version in sPHENIX GitHub at line 66 of file Channelizer.hpp
|
inline |
Constructor with arguments
bin_ | The bin corresponding to this step |
path2D_ | The start/end 2D position of the segement |
activation_ | The segment activation (clean: length) for this bin |
Definition at line 79 of file Channelizer.hpp.
View newest version in sPHENIX GitHub at line 79 of file Channelizer.hpp
double ActsFatras::Channelizer::ChannelSegment::activation = 0. |
The (clipped) value (uncorrected: path length)
Definition at line 72 of file Channelizer.hpp.
View newest version in sPHENIX GitHub at line 72 of file Channelizer.hpp
Referenced by detail::fillChargeMatrix().
Bin2D ActsFatras::Channelizer::ChannelSegment::bin = {0, 0} |
The bin of this segment.
Definition at line 68 of file Channelizer.hpp.
View newest version in sPHENIX GitHub at line 68 of file Channelizer.hpp
Referenced by detail::fillChargeMatrix(), and ActsExamples::ModuleClusters::squash().
Segment2D ActsFatras::Channelizer::ChannelSegment::path2D |
The segment start, end points.
Definition at line 70 of file Channelizer.hpp.
View newest version in sPHENIX GitHub at line 70 of file Channelizer.hpp