ATLAS Offline Software
|
#include <DigitizationCell.h>
Public Member Functions | |
DigitizationStep () | |
Standard constructor. More... | |
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. More... | |
Public Attributes | |
double | stepLength |
this is the path length within the cell More... | |
double | driftLength |
this is the path length of the setp center to the readout surface More... | |
DigitizationCell | stepCell |
this is the cell identifier of the segment More... | |
Amg::Vector3D | stepEntry |
this is the Entry point into the segment More... | |
Amg::Vector3D | stepExit |
this is the Exit point from the segment More... | |
Amg::Vector2D | stepReadoutProjected |
this is the projected position at the readout surface More... | |
Amg::Vector2D | stepCellCenter |
this is the cell position More... | |
handling
Definition at line 21 of file DigitizationCell.h.
|
inline |
|
inline |
double Trk::DigitizationStep::driftLength |
this is the path length of the setp center to the readout surface
Definition at line 24 of file DigitizationCell.h.
DigitizationCell Trk::DigitizationStep::stepCell |
this is the cell identifier of the segment
Definition at line 25 of file DigitizationCell.h.
Amg::Vector2D Trk::DigitizationStep::stepCellCenter |
this is the cell position
Definition at line 29 of file DigitizationCell.h.
Amg::Vector3D Trk::DigitizationStep::stepEntry |
this is the Entry point into the segment
Definition at line 26 of file DigitizationCell.h.
Amg::Vector3D Trk::DigitizationStep::stepExit |
this is the Exit point from the segment
Definition at line 27 of file DigitizationCell.h.
double Trk::DigitizationStep::stepLength |
this is the path length within the cell
Definition at line 23 of file DigitizationCell.h.
Amg::Vector2D Trk::DigitizationStep::stepReadoutProjected |
this is the projected position at the readout surface
Definition at line 28 of file DigitizationCell.h.