3#ifndef EICD_CalorimeterHitDATA_H
4#define EICD_CalorimeterHitDATA_H
6#include "edm4hep/Vector3f.h"
Definition: CalorimeterHitData.h:16
::edm4hep::Vector3f local
The local coordinates of the hit in the detector segment [mm].
Definition: CalorimeterHitData.h:27
float time
The time of the hit in [ns].
Definition: CalorimeterHitData.h:21
::edm4hep::Vector3f dimension
The dimension information of the cell [mm].
Definition: CalorimeterHitData.h:24
float energyError
Error on energy [GeV].
Definition: CalorimeterHitData.h:20
std::int32_t sector
Sector that this hit occured in.
Definition: CalorimeterHitData.h:25
float timeError
Error on the time.
Definition: CalorimeterHitData.h:22
std::uint64_t cellID
The detector specific (geometrical) cell id.
Definition: CalorimeterHitData.h:18
std::int32_t layer
Layer that the hit occured in.
Definition: CalorimeterHitData.h:26
float energy
The energy for this hit in [GeV].
Definition: CalorimeterHitData.h:19
::edm4hep::Vector3f position
The global position of the hit in world coordinates [mm].
Definition: CalorimeterHitData.h:23
Definition: CalorimeterHit.cc:13