EICd
EIC data model
|
#include <TrackPoint.h>
Public Attributes | |
::edm4hep::Vector3f | position {} |
Position of the trajectory point [mm]. More... | |
::eicd::Cov3f | positionError {} |
Error on the position. More... | |
::edm4hep::Vector3f | momentum {} |
3-momentum at the point [GeV] More... | |
::eicd::Cov3f | momentumError {} |
Error on the 3-momentum. More... | |
float | time {} |
Time at this point [ns]. More... | |
float | timeError {} |
Error on the time at this point. More... | |
float | theta {} |
polar direction of the track at the surface [rad] More... | |
float | phi {} |
azimuthal direction of the track at the surface [rad] More... | |
::eicd::Cov2f | directionError {} |
Error on the polar and azimuthal angles. More... | |
float | pathlength {} |
Pathlength from the origin to this point. More... | |
float | pathlengthError {} |
Error on the pathlenght. More... | |
::eicd::Cov2f eicd::TrackPoint::directionError {} |
Error on the polar and azimuthal angles.
::edm4hep::Vector3f eicd::TrackPoint::momentum {} |
3-momentum at the point [GeV]
::eicd::Cov3f eicd::TrackPoint::momentumError {} |
Error on the 3-momentum.
float eicd::TrackPoint::pathlength {} |
Pathlength from the origin to this point.
float eicd::TrackPoint::pathlengthError {} |
Error on the pathlenght.
float eicd::TrackPoint::phi {} |
azimuthal direction of the track at the surface [rad]
::edm4hep::Vector3f eicd::TrackPoint::position {} |
Position of the trajectory point [mm].
::eicd::Cov3f eicd::TrackPoint::positionError {} |
Error on the position.
float eicd::TrackPoint::theta {} |
polar direction of the track at the surface [rad]
float eicd::TrackPoint::time {} |
Time at this point [ns].
float eicd::TrackPoint::timeError {} |
Error on the time at this point.