EICd
EIC data model
eicd::TrackParametersData Class Reference

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

Detailed Description

ACTS Bound Track parameters

Author
: W. Armstrong, S. Joosten

Member Data Documentation

◆ charge

float eicd::TrackParametersData::charge {}

Particle charge.

◆ loc

::edm4hep::Vector2f eicd::TrackParametersData::loc {}

2D location on surface

◆ locError

::eicd::Cov2f eicd::TrackParametersData::locError {}

Covariance on loc.

◆ momentumError

::eicd::Cov3f eicd::TrackParametersData::momentumError {}

Covariance on theta, phi and qOverP.

◆ phi

float eicd::TrackParametersData::phi {}

Track azimuthal angle [rad].

◆ qOverP

float eicd::TrackParametersData::qOverP {}

[e/GeV]

◆ theta

float eicd::TrackParametersData::theta {}

Track polar angle [rad].

◆ time

float eicd::TrackParametersData::time {}

Track time [ns].

◆ timeError

float eicd::TrackParametersData::timeError {}

Error on the time.

◆ type

std::int32_t eicd::TrackParametersData::type {}

Type of track parameters (-1/seed, 0/head, ...)


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