EICd
EIC data model
|
#include <TrackParametersData.h>
Public Attributes | |
std::int32_t | type {} |
Type of track parameters (-1/seed, 0/head, ...) More... | |
::edm4hep::Vector2f | loc {} |
2D location on surface More... | |
::eicd::Cov2f | locError {} |
Covariance on loc. More... | |
float | theta {} |
Track polar angle [rad]. More... | |
float | phi {} |
Track azimuthal angle [rad]. More... | |
float | qOverP {} |
[e/GeV] More... | |
::eicd::Cov3f | momentumError {} |
Covariance on theta, phi and qOverP. More... | |
float | time {} |
Track time [ns]. More... | |
float | timeError {} |
Error on the time. More... | |
float | charge {} |
Particle charge. More... | |
ACTS Bound Track parameters
float eicd::TrackParametersData::charge {} |
Particle charge.
::edm4hep::Vector2f eicd::TrackParametersData::loc {} |
2D location on surface
::eicd::Cov2f eicd::TrackParametersData::locError {} |
Covariance on loc.
::eicd::Cov3f eicd::TrackParametersData::momentumError {} |
Covariance on theta, phi and qOverP.
float eicd::TrackParametersData::phi {} |
Track azimuthal angle [rad].
float eicd::TrackParametersData::qOverP {} |
[e/GeV]
float eicd::TrackParametersData::theta {} |
Track polar angle [rad].
float eicd::TrackParametersData::time {} |
Track time [ns].
float eicd::TrackParametersData::timeError {} |
Error on the time.
std::int32_t eicd::TrackParametersData::type {} |
Type of track parameters (-1/seed, 0/head, ...)