3#ifndef EDM4EIC_TrackerHitDATA_H
4#define EDM4EIC_TrackerHitDATA_H
7#include "edm4hep/Vector3f.h"
Definition CovDiag3f.h:18
Definition TrackerHitData.h:17
::edm4hep::Vector3f position
Hit (cell) position [mm].
Definition TrackerHitData.h:20
::edm4eic::CovDiag3f positionError
Covariance Matrix.
Definition TrackerHitData.h:21
float time
Hit time [ns].
Definition TrackerHitData.h:22
float edep
Energy deposit in this hit [GeV].
Definition TrackerHitData.h:24
float timeError
Error on the time.
Definition TrackerHitData.h:23
std::uint64_t cellID
The detector specific (geometrical) cell id.
Definition TrackerHitData.h:19
float edepError
Error on the energy deposit [GeV].
Definition TrackerHitData.h:25
Definition CalorimeterHit.cc:18