|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKDIGEVENT_DIGITIZATIONCELL_H
10 #define TRKDIGEVENT_DIGITIZATIONCELL_H
35 stepCell(std::pair<size_t,size_t>(0,0)),
Amg::Vector2D stepReadoutProjected
this is the projected position at the readout surface
Eigen::Matrix< double, 2, 1 > Vector2D
double stepLength
this is the path length within the cell
std::pair< size_t, size_t > DigitizationCell
DigitizationStep(double sl, double dl, DigitizationCell dc, const Amg::Vector3D &entryP, const Amg::Vector3D &exitP, const Amg::Vector2D &projectedPosition, const Amg::Vector2D &cellPosition)
Constructor with arguments.
Amg::Vector2D stepCellCenter
this is the cell position
double driftLength
this is the path length of the setp center to the readout surface
Amg::Vector3D stepEntry
this is the Entry point into the segment
DigitizationCell stepCell
this is the cell identifier of the segment
Ensure that the ATLAS eigen extensions are properly loaded.
Amg::Vector3D stepExit
this is the Exit point from the segment
Eigen::Matrix< double, 3, 1 > Vector3D
DigitizationStep()
Standard constructor.