EICd
EIC data model
eic::TrackParametersData Class Reference

#include <TrackParametersData.h>

Public Attributes

::eic::Index ID {}
 unique ID for this track More...
 
::eic::FloatPair loc {}
 tracking location More...
 
::eic::FloatPair locError {}
 error on the location More...
 
::eic::Direction direction {}
 track direction (theta, phi) [rad, 0-pi and -pi->pi] More...
 
::eic::Direction directionError {}
 error on the direction [rad] More...
 
float qOverP {}
 [e/GeV] More...
 
float qOverPError {}
 error on qOverP More...
 
float time {}
 track time [ns] More...
 
float timeError {}
 error on the time More...
 

Detailed Description

ACTS Bound Track parameters

Author
: W. Armstrong, S. Joosten

Member Data Documentation

◆ direction

::eic::Direction eic::TrackParametersData::direction {}

track direction (theta, phi) [rad, 0-pi and -pi->pi]

◆ directionError

::eic::Direction eic::TrackParametersData::directionError {}

error on the direction [rad]

◆ ID

::eic::Index eic::TrackParametersData::ID {}

unique ID for this track

◆ loc

::eic::FloatPair eic::TrackParametersData::loc {}

tracking location

◆ locError

::eic::FloatPair eic::TrackParametersData::locError {}

error on the location

◆ qOverP

float eic::TrackParametersData::qOverP {}

[e/GeV]

◆ qOverPError

float eic::TrackParametersData::qOverPError {}

error on qOverP

◆ time

float eic::TrackParametersData::time {}

track time [ns]

◆ timeError

float eic::TrackParametersData::timeError {}

error on the time


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