EICd
EIC data model
|
#include <TrackerHitData.h>
Public Attributes | |
::eic::Index | ID {} |
unique ID for this hit More... | |
std::int64_t | cellID {} |
The detector specific (geometrical) cell id. More... | |
::eic::VectorXYZT | position {} |
Hit (cell) position and time [mm, ns]. More... | |
::eic::CovDiagXYZT | covMatrix {} |
Covariance Matrix. 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::int64_t eic::TrackerHitData::cellID {} |
The detector specific (geometrical) cell id.
::eic::CovDiagXYZT eic::TrackerHitData::covMatrix {} |
Covariance Matrix.
float eic::TrackerHitData::edep {} |
Energy deposit in this hit [GeV].
float eic::TrackerHitData::edepError {} |
Error on the energy deposit [GeV].
::eic::Index eic::TrackerHitData::ID {} |
unique ID for this hit
::eic::VectorXYZT eic::TrackerHitData::position {} |
Hit (cell) position and time [mm, ns].