EICd
EIC data model
eicd::TrackPoint Class Reference

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

Member Data Documentation

◆ directionError

::eicd::Cov2f eicd::TrackPoint::directionError {}

Error on the polar and azimuthal angles.

◆ momentum

::edm4hep::Vector3f eicd::TrackPoint::momentum {}

3-momentum at the point [GeV]

◆ momentumError

::eicd::Cov3f eicd::TrackPoint::momentumError {}

Error on the 3-momentum.

◆ pathlength

float eicd::TrackPoint::pathlength {}

Pathlength from the origin to this point.

◆ pathlengthError

float eicd::TrackPoint::pathlengthError {}

Error on the pathlenght.

◆ phi

float eicd::TrackPoint::phi {}

azimuthal direction of the track at the surface [rad]

◆ position

::edm4hep::Vector3f eicd::TrackPoint::position {}

Position of the trajectory point [mm].

◆ positionError

::eicd::Cov3f eicd::TrackPoint::positionError {}

Error on the position.

◆ theta

float eicd::TrackPoint::theta {}

polar direction of the track at the surface [rad]

◆ time

float eicd::TrackPoint::time {}

Time at this point [ns].

◆ timeError

float eicd::TrackPoint::timeError {}

Error on the time at this point.


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