Go to the documentation of this file.
3 #ifndef EICD_CalorimeterHitDATA_H
4 #define EICD_CalorimeterHitDATA_H
Definition: CalorimeterHitData.h:16
float energy
The energy for this hit in [GeV].
Definition: CalorimeterHitData.h:22
Definition: BasicParticle.cc:13
::eic::VectorXYZ position
The global position of the hit in world coordinates [mm].
Definition: CalorimeterHitData.h:25
::eic::Index ID
unique ID for this hit
Definition: CalorimeterHitData.h:18
std::int64_t cellID
The detector specific (geometrical) cell id.
Definition: CalorimeterHitData.h:19
float time
The time of the hit in [ns].
Definition: CalorimeterHitData.h:24
::eic::VectorXYZ dimension
The dimension information of the cell [mm].
Definition: CalorimeterHitData.h:27
std::int32_t layer
layer for this hit
Definition: CalorimeterHitData.h:20
std::int32_t sector
sector for this hit
Definition: CalorimeterHitData.h:21
::eic::VectorXYZ local
The local position of the hit in detector coordinates [mm].
Definition: CalorimeterHitData.h:26
float energyError
Error on energy [GeV].
Definition: CalorimeterHitData.h:23
Definition: VectorXYZ.h:13