Go to the documentation of this file.
8 #ifndef HERD_ENTRANCEINFO_H_
9 #define HERD_ENTRANCEINFO_H_
39 int layer = std::numeric_limits<int>::max();
40 int volumeID = std::numeric_limits<int>::max();
41 float timeStamp = std::numeric_limits<float>::max();
A class describing a vector in 3D space.
Definition: Vec3D.h:33
int volumeID
The entrance PSD tile layer.
Definition: EntranceInfo.h:40
Point originPoint
Definition: EntranceInfo.h:32
Side
Aliases for the five sides.
Definition: RefFrame.h:111
float timeStamp
The entrance PSD tile volume ID.
Definition: EntranceInfo.h:41
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
Point impactPoint
The origin position octant.
Definition: EntranceInfo.h:34
psdTile entrancePsdTile
Definition: EntranceInfo.h:43
Vec3D Point
Definition: Point.h:23
Container of information about the entrance sector of the incoming particle.
Definition: EntranceInfo.h:28
std::vector< RefFrame::Side > originOctant
The backpropagated position of the particle 200 m before the impact.
Definition: EntranceInfo.h:33
int layer
The entrance PSD tile side.
Definition: EntranceInfo.h:39
std::vector< RefFrame::Side > impactOctant
The point of impact on the SCD outer layer.
Definition: EntranceInfo.h:35
EntranceInfo()
Definition: EntranceInfo.h:30
The impact point octant.
Definition: EntranceInfo.h:37
RefFrame::Side side
Definition: EntranceInfo.h:38