ATLAS Offline Software
AFP_SIDSimHit_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef AFP_SIDSimHit_p1_h
6 #define AFP_SIDSimHit_p1_h
7 
8 //#include "GeneratorObjectsTPCnv/HepMcParticleLink_p1.h"
9 
11 {
12  public:
13  // needed by athenaRoot
15  friend class AFP_SIDSimHitCnv_p1;
16 
17 private:
18 
19  int m_nHitID = 0;
20  int m_nTrackID = 0;
22  float m_fKineticEnergy = 0;
23  float m_fEnergyDeposit = 0;
24  float m_fPreStepX = 0;
25  float m_fPreStepY = 0;
26  float m_fPreStepZ = 0;
27  float m_fPostStepX = 0;
28  float m_fPostStepY = 0;
29  float m_fPostStepZ = 0;
30  float m_fGlobalTime = 0;
31 
32  int m_nStationID = 0;
33  int m_nDetectorID = 0;
34 
35  int m_nPixelRow = 0;
36  int m_nPixelCol = 0;
37 
38  bool m_bIsAuxVSID = 0;
39 
40 };
41 
42 
43 #endif //AFP_SIDSimHit_p1_h
44 
AFP_SIDSimHitCnv_p1
Definition: AFP_SIDSimHitCnv_p1.h:16
AFP_SIDSimHit_p1::m_fPreStepY
float m_fPreStepY
Definition: AFP_SIDSimHit_p1.h:25
AFP_SIDSimHit_p1::AFP_SIDSimHit_p1
AFP_SIDSimHit_p1()
Definition: AFP_SIDSimHit_p1.h:14
AFP_SIDSimHit_p1::m_fEnergyDeposit
float m_fEnergyDeposit
Definition: AFP_SIDSimHit_p1.h:23
AFP_SIDSimHit_p1::m_nDetectorID
int m_nDetectorID
Definition: AFP_SIDSimHit_p1.h:33
AFP_SIDSimHit_p1::m_fPreStepZ
float m_fPreStepZ
Definition: AFP_SIDSimHit_p1.h:26
AFP_SIDSimHit_p1::m_fGlobalTime
float m_fGlobalTime
Definition: AFP_SIDSimHit_p1.h:30
AFP_SIDSimHit_p1
Definition: AFP_SIDSimHit_p1.h:11
AFP_SIDSimHit_p1::m_nPixelRow
int m_nPixelRow
Definition: AFP_SIDSimHit_p1.h:35
AFP_SIDSimHit_p1::m_fPostStepX
float m_fPostStepX
Definition: AFP_SIDSimHit_p1.h:27
AFP_SIDSimHit_p1::m_nHitID
int m_nHitID
Definition: AFP_SIDSimHit_p1.h:19
AFP_SIDSimHit_p1::m_nStationID
int m_nStationID
Definition: AFP_SIDSimHit_p1.h:32
AFP_SIDSimHit_p1::m_fPostStepZ
float m_fPostStepZ
Definition: AFP_SIDSimHit_p1.h:29
AFP_SIDSimHit_p1::m_fPostStepY
float m_fPostStepY
Definition: AFP_SIDSimHit_p1.h:28
AFP_SIDSimHit_p1::m_bIsAuxVSID
bool m_bIsAuxVSID
Definition: AFP_SIDSimHit_p1.h:38
AFP_SIDSimHit_p1::m_fKineticEnergy
float m_fKineticEnergy
Definition: AFP_SIDSimHit_p1.h:22
AFP_SIDSimHit_p1::m_fPreStepX
float m_fPreStepX
Definition: AFP_SIDSimHit_p1.h:24
AFP_SIDSimHit_p1::m_nParticleEncoding
int m_nParticleEncoding
Definition: AFP_SIDSimHit_p1.h:21
AFP_SIDSimHit_p1::m_nTrackID
int m_nTrackID
Definition: AFP_SIDSimHit_p1.h:20
AFP_SIDSimHit_p1::m_nPixelCol
int m_nPixelCol
Definition: AFP_SIDSimHit_p1.h:36