TrackerHitData.h
Go to the documentation of this file.
1 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2 
3 #ifndef DD4POD_TrackerHitDATA_H
4 #define DD4POD_TrackerHitDATA_H
5 
6 #include "dd4pod/FourVector.h"
8 
9 namespace dd4pod {
10 
11 
17 public:
18  long long cellID;
19  long flag;
20  long g4ID;
23  double length;
25  double energyDeposit;
26 
27 };
28 
29 } // namespace dd4pod
30 
31 
32 #endif
long g4ID
Original Geant4 track identifier of the creating track (debugging)
double energyDeposit
energyDeposit
::dd4pod::FourVector momentum
momentum
::dd4pod::FourVector position
position
long long cellID
cellID
::dd4pod::MonteCarloContrib truth
truth
long flag
User flag to classify hits.