|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MATERIALONTRACKVALIDATION_H
10 #define MATERIALONTRACKVALIDATION_H
17 #define MAXUPDATES 100
void bookTree()
booking the tree
std::string m_inputTrackCollection
properties from JobOptions:
StatusCode finalize()
standard Athena-Algorithm method
float m_positionX[MAXUPDATES]
x position of the update
float m_traversedStepInX0[MAXUPDATES]
the step path in x0
StatusCode execute()
standard Athena-Algorithm method
::StatusCode StatusCode
StatusCode definition for legacy code.
MaterialOnTrackValidation(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
double m_eta[MAXUPDATES]
eta
StatusCode initialize()
standard Athena-Algorithm method
Ensure that the ATLAS eigen extensions are properly loaded.
float m_momentumChange[MAXUPDATES]
change of the momentum
float m_positionY[MAXUPDATES]
y position of the update
float m_positionZ[MAXUPDATES]
z position of the update
float m_momentum[MAXUPDATES]
momentum before the update is applied
float m_traversedPathInX0[MAXUPDATES]
accumulated traversed path in rlength
double m_currentPathInX0
accumulation variable
double m_stepInX0
traversed thickness in radiation length
float m_positionR[MAXUPDATES]
r value of the material update
~MaterialOnTrackValidation()
Default Destructor.