ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_TDSimHit.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7AFP_TDSimHit::AFP_TDSimHit(const int& nHitID, const int& nTrackID, const int& nParticleEncoding, const float& fKineticEnergy, const float& fEnergyDeposit, const float& fWaveLength, const float& fPreStepX, const float& fPreStepY, const float& fPreStepZ, const float& fPostStepX, const float& fPostStepY, const float& fPostStepZ, const float& fGlobalTime, const int& nStationID, const int& nDetectorID, const int& nSensitiveElementID)
8{
9 m_nHitID = nHitID;
10 m_nTrackID = nTrackID;
11 m_nParticleEncoding = nParticleEncoding;
12 m_fKineticEnergy = fKineticEnergy;
13 m_fEnergyDeposit = fEnergyDeposit;
14 m_fWaveLength = fWaveLength;
15 m_fPreStepX = fPreStepX;
16 m_fPreStepY = fPreStepY;
17 m_fPreStepZ = fPreStepZ;
18 m_fPostStepX = fPostStepX;
19 m_fPostStepY = fPostStepY;
20 m_fPostStepZ = fPostStepZ;
21 m_fGlobalTime = fGlobalTime;
22
23 m_nStationID = nStationID;
24 m_nDetectorID = nDetectorID;
25 m_nSensitiveElementID= nSensitiveElementID ;
26}
27
48
int m_nSensitiveElementID
float m_fPostStepY
float m_fKineticEnergy
float m_fEnergyDeposit
float m_fGlobalTime
float m_fWaveLength
virtual ~AFP_TDSimHit()
float m_fPreStepZ
float m_fPostStepX
int m_nParticleEncoding
float m_fPreStepY
float m_fPreStepX
float m_fPostStepZ