ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
DigitizationStep for further handling. More...
#include <acts/blob/master/Plugins/Digitization/include/Acts/Plugins/Digitization/DigitizationCell.hpp>
Public Member Functions | |
DigitizationStep () | |
this is the cell position | |
DigitizationStep (double sl, double dl, const DigitizationCell &dc, const Vector3D &entryP, const Vector3D &exitP, const Vector2D &projectedPosition, const Vector2D &cellPosition) | |
Public Attributes | |
double | stepLength {0.} |
double | driftLength {0.} |
this is the path length within the cell | |
DigitizationCell | stepCell |
Vector3D | stepEntry |
this is the cell identifier of the segment | |
Vector3D | stepExit |
this is the Entry point into the segment | |
Vector2D | stepReadoutProjected |
this is the Exit point from the segment | |
Vector2D | stepCellCenter |
DigitizationStep for further handling.
Definition at line 52 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 52 of file DigitizationCell.hpp
|
inline |
this is the cell position
Standard constructor
Definition at line 64 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 64 of file DigitizationCell.hpp
|
inline |
Constructor with arguments
sl | step length of this step |
dl | drift length of this step |
dc | is the digitization zell (with indices) |
entryP | is the entry position into the cell |
exitP | is the exit position from the cell |
projectedPosition | is the position on the readout surface |
cellPosition | is the nominal position of the cell |
Definition at line 80 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 80 of file DigitizationCell.hpp
double Acts::DigitizationStep::driftLength {0.} |
this is the path length within the cell
Definition at line 54 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 54 of file DigitizationCell.hpp
DigitizationCell Acts::DigitizationStep::stepCell |
this is the path length of the setp center to the readout surface
Definition at line 56 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 56 of file DigitizationCell.hpp
Vector2D Acts::DigitizationStep::stepCellCenter |
this is the projected position at the readout surface
Definition at line 61 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 61 of file DigitizationCell.hpp
Vector3D Acts::DigitizationStep::stepEntry |
this is the cell identifier of the segment
Definition at line 57 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 57 of file DigitizationCell.hpp
Vector3D Acts::DigitizationStep::stepExit |
this is the Entry point into the segment
Definition at line 58 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 58 of file DigitizationCell.hpp
double Acts::DigitizationStep::stepLength {0.} |
Definition at line 53 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 53 of file DigitizationCell.hpp
Vector2D Acts::DigitizationStep::stepReadoutProjected |
this is the Exit point from the segment
Definition at line 59 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 59 of file DigitizationCell.hpp