9 #ifndef DataFormats_CTPPSReco_CTPPSLocalTrackLite 10 #define DataFormats_CTPPSReco_CTPPSLocalTrackLite 30 unsigned short pNumberOfPointsUsedForFit,
float pt,
float ptu)
31 :
rpId(pid),
x(px),
x_unc(pxu),
y(py),
y_unc(pyu),
tx(ptx),
tx_unc(ptxu),
ty(pty),
ty_unc(ptyu),
chiSquaredOverNDF(pchiSquaredOverNDF),
float getTxUnc() const
returns the track horizontal angle uncertainty
float y
vertical hit position and uncertainty, mm
float getYUnc() const
returns the vertical track position uncertainty
float getXUnc() const
returns the horizontal track position uncertainty
float time
time information and uncertainty, ns
float x
horizontal hit position and uncertainty, mm
Local (=single RP) track with essential information only.
float getTx() const
returns the track horizontal angle
CTPPSpixelLocalTrackReconstructionInfo pixelTrack_reco_info
CTPPSpixelLocalTrackReconstructionInfo
CTPPSLocalTrackLite(uint32_t pid, float px, float pxu, float py, float pyu, float ptx, float ptxu, float pty, float ptyu, float pchiSquaredOverNDF, CTPPSpixelLocalTrackReconstructionInfo ppixelTrack_reco_info, unsigned short pNumberOfPointsUsedForFit, float pt, float ptu)
float getX() const
returns the horizontal track position
CTPPSpixelLocalTrackReconstructionInfo getPixelTrackRecoInfo() const
returns the track reconstruction info byte
uint32_t getRPId() const
returns the RP id
float getChiSquaredOverNDF() const
returns the track fit chi Squared over NDF
float tx
horizontal angle and uncertainty, x = x0 + tx*(z-z0)
unsigned short numberOfPointsUsedForFit
number of points used for fit
float getTyUnc() const
returns the track vertical angle uncertainty
float getY() const
returns the vertical track position
float getTimeUnc() const
returns the track time uncertainty
float chiSquaredOverNDF
fit chi^2 over NDF
unsigned short getNumberOfPointsUsedForFit() const
returns the number of points used for fit
float getTy() const
returns the track vertical angle
float ty
vertical angle and uncertainty, y = y0 + ty*(z-z0)
float getTime() const
returns the track time