NPDet
src
detectors
include
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
npdet::digi::SiDigiHitInfo::EDep
double EDep
Definition:
SiDigiHitInfo.h:13
npdet::digi::SiDigiHitInfo::pathLength
double pathLength
Definition:
SiDigiHitInfo.h:12
npdet::digi::SiDigiHitInfo::cellID
int64_t cellID
Definition:
SiDigiHitInfo.h:11
npdet
Framework include files.
Definition:
SimpleCalorimeterDigi.h:8
npdet::digi::SiDigiHitInfo
Definition:
SiDigiHitInfo.h:9
npdet::digi::SiDigiHitInfo::momentum
ROOT::Math::XYZTVector momentum
Definition:
SiDigiHitInfo.h:15
npdet::digi::SiDigiHitInfo::volumeID
int64_t volumeID
Definition:
SiDigiHitInfo.h:10
npdet::digi::SiDigiHitInfo::position
ROOT::Math::XYZTVector position
Definition:
SiDigiHitInfo.h:14
Generated by
1.8.18