EICd
EIC data model
eic::TrackerHitData Class Reference

#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...
 

Detailed Description

Tracker hit (reconstructed from Raw)

Author
: W. Armstrong, S. Joosten

Member Data Documentation

◆ cellID

std::int64_t eic::TrackerHitData::cellID {}

The detector specific (geometrical) cell id.

◆ covMatrix

::eic::CovDiagXYZT eic::TrackerHitData::covMatrix {}

Covariance Matrix.

◆ edep

float eic::TrackerHitData::edep {}

Energy deposit in this hit [GeV].

◆ edepError

float eic::TrackerHitData::edepError {}

Error on the energy deposit [GeV].

◆ ID

::eic::Index eic::TrackerHitData::ID {}

unique ID for this hit

◆ position

::eic::VectorXYZT eic::TrackerHitData::position {}

Hit (cell) position and time [mm, ns].


The documentation for this class was generated from the following file: