20 #include "FairTrackParam.h" 21 #include "FairMultiLinkedData_Interface.h" 22 #include "TClonesArray.h" 49 Int_t
GetNDF()
const {
return fNDF; };
56 Double_t
GetZ() {
return fZ; };
75 void SetParameters(Double_t d, Double_t phi, Double_t r, Double_t tanl, Double_t z)
84 void SetDist(Double_t dist) { fDist = dist; }
85 void SetPhi(Double_t phi) { fPhi = phi; }
86 void SetRad(Double_t r) { fRad = r; }
87 void SetTanL(Double_t tanl) { fTanL = tanl; }
88 void SetZ(Double_t z) { fZ = z; }
91 void SetFlag(Int_t flag) { fFlag = flag; };
94 void SetNDF(Int_t ndf) { fNDF = ndf; };
96 void AddHelixHit(Int_t size, Int_t index, Int_t helixhitindex);
106 Double_t fDist, fPhi, fRad, fTanL, fZ;
118 Int_t fTrackCandIndex;
void SetChi2Rad(Double_t chi2)
Double_t GetChi2Long() const
Int_t GetTrackCandIndex()
Double_t GetChi2Rad() const
TVector3 * PCAToPoint(TVector3 *point)
void AddHelixHit(Int_t size, Int_t index, Int_t helixhitindex)
void SetCharge(Int_t charge)
TVector3 * MomentumAtPoint(TVector3 *point)
void SetPhi(Double_t phi)
void SetDist(Double_t dist)
void SetTrackCandIndex(Int_t trackCandID)
void SetPidHypo(Int_t pid)
Int_t GetNofHelixHits() const
void SetParameters(Double_t d, Double_t phi, Double_t r, Double_t tanl, Double_t z)
Double_t CalculateScosl(Double_t x, Double_t y)
void SetChi2Long(Double_t chi2)
Int_t GetHelixHitIndex(Int_t iHit) const
void SetTanL(Double_t tanl)