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