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