Go to the documentation of this file.
7 #define CBMTOFTRACK_H 1
10 #include <RtypesCore.h>
14 #include <FairTrackParam.h>
39 const FairTrackParam& trackPar,
65 return TMath::Sqrt(
fTrackPar.GetCovariance(1, 1));
70 return TMath::Sqrt(
fTrackPar.GetCovariance(2, 2));
void SetMass(Float_t mass)
void SetPidHypo(Int_t pid)
Int_t fTofHit
Index of TofHit.
Double_t GetTrackDx() const
void SetTrackIndex(Int_t trackIndex)
const FairTrackParam * GetTrackParameter() const
Double_t GetTrackLength() const
void SetTrackParameter(const FairTrackParam *par)
Int_t fGlbTrack
Index of global track.
Double_t GetTrackDy() const
Int_t fPidHypo
PID hypothesis used for track extrapolation.
Double32_t fTrackLength
Track length from primary vertex to TOF [cm].
Int_t GetTrackIndex() const
Float_t fMass
Mass from Tof.
Int_t GetTofHitIndex() const
Double_t GetTrackY() const
void SetTofHitIndex(Int_t tofHitIndex)
Double_t GetDistance() const
FairTrackParam fTrackPar
Track parameters at z of TofHit.
void SetDistance(Double_t distance)
Double_t GetTrackX() const
Double32_t fDistance
Normalized distance from hit to track.
void SetTrackLength(Double32_t trackLength)
CbmTofTrack(Int_t trackIndex, Int_t hitIndex, Double_t trackLength, Float_t mass, const FairTrackParam &trackPar, Int_t pidHypo)
Provides information on attaching a TofHit to a GlobalTrack.