![]() |
ATLAS Offline Software
|
#include <AFP_SIDSimHit.h>
Public Member Functions | |
| AFP_SIDSimHit (const int &m_nHitID, const int &m_nTrackID, const int &m_nParticleEncoding, const float &m_fKineticEnergy, const float &m_fEnergyDeposit, const float &m_fPreStepX, const float &m_fPreStepY, const float &m_fPreStepZ, const float &m_fPostStepX, const float &m_fPostStepY, const float &m_fPostStepZ, const float &m_fGlobalTime, const int &m_nStationID, const int &m_nDetectorID, const bool &m_bIsAuxVSID, const int &m_nPixelRow, const int &m_nPixelCol) | |
| AFP_SIDSimHit () | |
| virtual | ~AFP_SIDSimHit () |
| bool | operator< (const AFP_SIDSimHit &obj) const |
Public Attributes | |
| int | m_nHitID |
| int | m_nTrackID |
| int | m_nParticleEncoding |
| float | m_fKineticEnergy |
| float | m_fEnergyDeposit |
| float | m_fPreStepX |
| float | m_fPreStepY |
| float | m_fPreStepZ |
| float | m_fPostStepX |
| float | m_fPostStepY |
| float | m_fPostStepZ |
| float | m_fGlobalTime |
| int | m_nStationID |
| int | m_nDetectorID |
| bool | m_bIsAuxVSID |
| int | m_nPixelRow |
| int | m_nPixelCol |
Definition at line 8 of file AFP_SIDSimHit.h.
| AFP_SIDSimHit::AFP_SIDSimHit | ( | const int & | m_nHitID, |
| const int & | m_nTrackID, | ||
| const int & | m_nParticleEncoding, | ||
| const float & | m_fKineticEnergy, | ||
| const float & | m_fEnergyDeposit, | ||
| const float & | m_fPreStepX, | ||
| const float & | m_fPreStepY, | ||
| const float & | m_fPreStepZ, | ||
| const float & | m_fPostStepX, | ||
| const float & | m_fPostStepY, | ||
| const float & | m_fPostStepZ, | ||
| const float & | m_fGlobalTime, | ||
| const int & | m_nStationID, | ||
| const int & | m_nDetectorID, | ||
| const bool & | m_bIsAuxVSID, | ||
| const int & | m_nPixelRow, | ||
| const int & | m_nPixelCol ) |
Definition at line 7 of file AFP_SIDSimHit.cxx.
| AFP_SIDSimHit::AFP_SIDSimHit | ( | ) |
Definition at line 33 of file AFP_SIDSimHit.cxx.
|
virtual |
Definition at line 57 of file AFP_SIDSimHit.cxx.
|
inline |
Definition at line 14 of file AFP_SIDSimHit.h.
| bool AFP_SIDSimHit::m_bIsAuxVSID |
Definition at line 32 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fEnergyDeposit |
Definition at line 21 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fGlobalTime |
Definition at line 28 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fKineticEnergy |
Definition at line 20 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fPostStepX |
Definition at line 25 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fPostStepY |
Definition at line 26 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fPostStepZ |
Definition at line 27 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fPreStepX |
Definition at line 22 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fPreStepY |
Definition at line 23 of file AFP_SIDSimHit.h.
| float AFP_SIDSimHit::m_fPreStepZ |
Definition at line 24 of file AFP_SIDSimHit.h.
| int AFP_SIDSimHit::m_nDetectorID |
Definition at line 31 of file AFP_SIDSimHit.h.
| int AFP_SIDSimHit::m_nHitID |
Definition at line 17 of file AFP_SIDSimHit.h.
| int AFP_SIDSimHit::m_nParticleEncoding |
Definition at line 19 of file AFP_SIDSimHit.h.
| int AFP_SIDSimHit::m_nPixelCol |
Definition at line 35 of file AFP_SIDSimHit.h.
| int AFP_SIDSimHit::m_nPixelRow |
Definition at line 34 of file AFP_SIDSimHit.h.
| int AFP_SIDSimHit::m_nStationID |
Definition at line 30 of file AFP_SIDSimHit.h.
| int AFP_SIDSimHit::m_nTrackID |
Definition at line 18 of file AFP_SIDSimHit.h.