Go to the documentation of this file.
9 #ifndef DataFormats_CTPPSReco_CTPPSLocalTrackLite
10 #define DataFormats_CTPPSReco_CTPPSLocalTrackLite
46 float pchiSquaredOverNDF,
48 unsigned short pNumberOfPointsUsedForFit,
67 inline uint32_t
rpId()
const {
return rp_id_; }
70 inline float x()
const {
return x_; }
76 inline float y()
const {
return y_; }
82 inline float time()
const {
return time_; }
88 inline float tx()
const {
return tx_; }
94 inline float ty()
const {
return ty_; }
Local (=single RP) track with essential information only.
CTPPSpixelLocalTrackReconstructionInfo
uint32_t rpId() const
returns the RP id
float xUnc() const
returns the horizontal track position uncertainty
float tx_
horizontal angle, x = x0 + tx*(z-z0)
float time_
time information, ns
float timeUnc() const
returns the track time uncertainty
float tx_unc_
uncertainty on horizontal angle
CTPPSpixelLocalTrackReconstructionInfo pixel_track_reco_info_
float ty_unc_
uncertainty on vertical angle
unsigned short num_points_fit_
number of points used for fit
float x() const
returns the horizontal track position
float chiSquaredOverNDF() const
returns the track fit chi Squared over NDF
float tyUnc() const
returns the track vertical angle uncertainty
float time() const
returns the track time
float y_unc_
uncertainty on vertical hit position, mm
float ty() const
returns the track vertical angle
float tx() const
returns the track horizontal angle
float x_
horizontal hit position, mm
CTPPSpixelLocalTrackReconstructionInfo pixelTrackRecoInfo() const
returns the track reconstruction info byte
float txUnc() const
returns the track horizontal angle uncertainty
float y_
vertical hit position, mm
float time_unc_
uncertainty on time information, ns
float y() const
returns the vertical track position
unsigned short numberOfPointsUsedForFit() const
returns the number of points used for fit
float ty_
vertical angle, y = y0 + ty*(z-z0)
float yUnc() const
returns the vertical track position uncertainty
float x_unc_
uncertainty on horizontal hit position, mm