|
EDM4eic
EIC data model
|
#include <TrackerHitData.h>
Public Attributes | |
| std::uint64_t | cellID {} |
| The detector specific (geometrical) cell id. | |
| ::edm4hep::Vector3f | position {} |
| Hit (cell) position [mm]. | |
| ::edm4eic::CovDiag3f | positionError {} |
| Covariance Matrix. | |
| float | time {} |
| Hit time [ns]. | |
| float | timeError {} |
| Error on the time. | |
| float | edep {} |
| Energy deposit in this hit [GeV]. | |
| float | edepError {} |
| Error on the energy deposit [GeV]. | |
Tracker hit (reconstructed from Raw)
| std::uint64_t edm4eic::TrackerHitData::cellID {} |
The detector specific (geometrical) cell id.
| float edm4eic::TrackerHitData::edep {} |
Energy deposit in this hit [GeV].
| float edm4eic::TrackerHitData::edepError {} |
Error on the energy deposit [GeV].
| ::edm4hep::Vector3f edm4eic::TrackerHitData::position {} |
Hit (cell) position [mm].
| ::edm4eic::CovDiag3f edm4eic::TrackerHitData::positionError {} |
Covariance Matrix.
| float edm4eic::TrackerHitData::time {} |
Hit time [ns].
| float edm4eic::TrackerHitData::timeError {} |
Error on the time.