EICd
EIC data model
eicd::TrackerHitData Class Reference

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

Detailed Description

Tracker hit (reconstructed from Raw)

Author
: W. Armstrong, S. Joosten

Member Data Documentation

◆ cellID

std::uint64_t eicd::TrackerHitData::cellID {}

The detector specific (geometrical) cell id.

◆ edep

float eicd::TrackerHitData::edep {}

Energy deposit in this hit [GeV].

◆ edepError

float eicd::TrackerHitData::edepError {}

Error on the energy deposit [GeV].

◆ position

::edm4hep::Vector3f eicd::TrackerHitData::position {}

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

◆ positionError

::eicd::CovDiag3f eicd::TrackerHitData::positionError {}

Covariance Matrix.

◆ time

float eicd::TrackerHitData::time {}

Hit time.

◆ timeError

float eicd::TrackerHitData::timeError {}

Error on the time.


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