Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsFatras::Channelizer::ChannelSegment Struct Reference

Nested struct for representing channel steps. More...

#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Digitization/Channelizer.hpp>

+ Collaboration diagram for ActsFatras::Channelizer::ChannelSegment:

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)
 

Detailed Description

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

Constructor & Destructor Documentation

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

Constructor with arguments

Parameters
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

Member Data Documentation

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


The documentation for this struct was generated from the following file: