EICd
EIC data model
|
#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... | |
ACTS Bound Track parameters
::eic::Direction eic::TrackParametersData::direction {} |
track direction (theta, phi) [rad, 0-pi and -pi->pi]
::eic::Direction eic::TrackParametersData::directionError {} |
error on the direction [rad]
::eic::Index eic::TrackParametersData::ID {} |
unique ID for this track
::eic::FloatPair eic::TrackParametersData::loc {} |
tracking location
::eic::FloatPair eic::TrackParametersData::locError {} |
error on the location
float eic::TrackParametersData::qOverP {} |
[e/GeV]
float eic::TrackParametersData::qOverPError {} |
error on qOverP
float eic::TrackParametersData::time {} |
track time [ns]
float eic::TrackParametersData::timeError {} |
error on the time