|
EICd
EIC data model
|
#include <CalorimeterHitData.h>
Public Attributes | |
| std::uint64_t | cellID {} |
| The detector specific (geometrical) cell id. More... | |
| float | energy {} |
| The energy for this hit in [GeV]. More... | |
| float | energyError {} |
| Error on energy [GeV]. More... | |
| float | time {} |
| The time of the hit in [ns]. More... | |
| float | timeError {} |
| Error on the time. More... | |
| ::edm4hep::Vector3f | position {} |
| The global position of the hit in world coordinates [mm]. More... | |
| ::edm4hep::Vector3f | dimension {} |
| The dimension information of the cell [mm]. More... | |
| std::int32_t | sector {} |
| Sector that this hit occured in. More... | |
| std::int32_t | layer {} |
| Layer that the hit occured in. More... | |
| ::edm4hep::Vector3f | local {} |
| The local coordinates of the hit in the detector segment [mm]. More... | |
Calorimeter hit
| std::uint64_t eicd::CalorimeterHitData::cellID {} |
The detector specific (geometrical) cell id.
| ::edm4hep::Vector3f eicd::CalorimeterHitData::dimension {} |
The dimension information of the cell [mm].
| float eicd::CalorimeterHitData::energy {} |
The energy for this hit in [GeV].
| float eicd::CalorimeterHitData::energyError {} |
Error on energy [GeV].
| std::int32_t eicd::CalorimeterHitData::layer {} |
Layer that the hit occured in.
| ::edm4hep::Vector3f eicd::CalorimeterHitData::local {} |
The local coordinates of the hit in the detector segment [mm].
| ::edm4hep::Vector3f eicd::CalorimeterHitData::position {} |
The global position of the hit in world coordinates [mm].
| std::int32_t eicd::CalorimeterHitData::sector {} |
Sector that this hit occured in.
| float eicd::CalorimeterHitData::time {} |
The time of the hit in [ns].
| float eicd::CalorimeterHitData::timeError {} |
Error on the time.