SiDigiHitInfo.h
Go to the documentation of this file.
1 #ifndef SiDigiHitInfo_HH
2 #define SiDigiHitInfo_HH
3 
4 
5 
6 namespace npdet {
7  namespace digi {
8 
9  struct SiDigiHitInfo {
10  int64_t volumeID;
11  int64_t cellID;
12  double pathLength;
13  double EDep;
14  ROOT::Math::XYZTVector position;
15  ROOT::Math::XYZTVector momentum;
16  };
17 
18  }
19 }
20 
21 #endif
22 
Framework include files.
ROOT::Math::XYZTVector momentum
Definition: SiDigiHitInfo.h:15
ROOT::Math::XYZTVector position
Definition: SiDigiHitInfo.h:14