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