8#ifndef BmnGlobalTrack_H_
9#define BmnGlobalTrack_H_ 1
49 Double_t
GetBeta(Int_t tofID)
const {
return (tofID == 1) ? fBeta400 : (tofID == 2) ? fBeta700 : -1000.0; }
54 Int_t
GetA() {
return fA; }
55 Int_t
GetZ() {
return fZ; }
93 void SetBeta(Double_t b, Int_t tofID);
94 void SetA(Int_t a) { fA = a; }
95 void SetZ(Int_t z) { fZ = z; }
96 void SetPDG(Int_t pdg) { fPDG = pdg; }
131 vector<Int_t> fCscHit;
134 Double_t fScWallSignal;
144 Double_t fChi2InVertex;
145 Double_t fDCAInVertex;
149 vector<Double_t> fPidTof400;
150 vector<Double_t> fPidTof700;
void SetPidVectorTof400(vector< Double_t > v)
void SetSilTrackIndex(Int_t iSil)
void SetChi2InVertex(Double_t chi)
void SetScWallSignal(Double_t sig)
Double_t GetMass2(Int_t tofID)
Int_t GetSilHitIndex() const
vector< Int_t > GetVectorCscHitIndices() const
void SetPrimaryMark(Bool_t p)
Double_t GetdQdNUpper() const
void SetGemTrackIndex(Int_t iGem)
Double_t GetChi2InVertex()
Int_t GetSsdTrackIndex() const
void AddCscHitIndex(Int_t i, Int_t iCsc)
Int_t GetTof2HitIndex() const
Int_t GetDchTrackIndex() const
vector< Double_t > GetPidVectorTof700()
Double_t GetDCAInVertex()
Int_t GetDch2TrackIndex() const
virtual ~BmnGlobalTrack()
void SetDch1TrackIndex(Int_t iDch1Track)
PidParticles GetParticleTof400()
void SetTof2HitIndex(Int_t iTof2Hit)
void SetDchTrackIndex(Int_t iDch)
Int_t GetCscHitIndex(Int_t idx) const
void SetDCAInVertex(Double_t chi)
void SetSsdTrackIndex(Int_t iSsd)
void SetdQdNUpper(Double_t q)
Int_t GetGemTrackIndex() const
Double_t GetBeta(Int_t tofID) const
PidParticles GetParticle()
void SetPidVectorTof700(vector< Double_t > v)
void SetBeta(Double_t b, Int_t tofID)
Int_t GetSilTrackIndex() const
Double_t GetScWallSignal() const
PidParticles GetParticleTof700()
Int_t GetTof1HitIndex() const
void SetRefIndex(Int_t idx)
void SetdQdNLower(Double_t q)
void SetDch2TrackIndex(Int_t iDch2Track)
void SetScWallCellId(Int_t iScWall)
vector< Double_t > GetPidVectorTof400()
Int_t GetDch1TrackIndex() const
Double_t GetdQdNLower() const
void SetTof1HitIndex(Int_t iTof1Hit)
Int_t GetScWallCellId() const