1#ifndef RootEventData_TRecMdcDedx_H
2#define RootEventData_TRecMdcDedx_H 1
21 Int_t
trackId()
const {
return m_trackId; }
23 Int_t
status()
const {
return m_status; }
26 Double_t
chi(
int i)
const {
return m_chi[i]; }
27 Double_t
chiE()
const {
return m_chiE; }
28 Double_t
chiMu()
const {
return m_chiMu; }
29 Double_t
chiPi()
const {
return m_chiPi; }
30 Double_t
chiK()
const {
return m_chiK; }
31 Double_t
chiP()
const {
return m_chiP; }
36 Double_t
probPH()
const {
return m_probPH; }
37 Double_t
normPH()
const {
return m_normPH; }
38 Double_t
errorPH()
const {
return m_errorPH; }
39 Double_t
twentyPH()
const {
return m_twentyPH; }
41 Double_t
dedxExpect(
int pid)
const {
return m_dedx_exp[pid]; }
42 Double_t
sigmaDedx(
int pid)
const {
return m_sigma_dedx[pid]; }
43 Double_t
pidProb(
int pid)
const {
return m_pid_prob[pid]; }
45 Double_t
dedxHit()
const {
return m_dedx_hit; }
46 Double_t
dedxEsat()
const {
return m_dedx_esat; }
51 void setDedxHit(
const Double_t dedx_hit) { m_dedx_hit = dedx_hit; }
52 void setDedxEsat(
const Double_t dedx_esat) { m_dedx_esat = dedx_esat; }
53 void setDedxNoRun(
const Double_t dedx_norun) { m_dedx_norun = dedx_norun; }
54 void setDedxMoment(
const Double_t dedx_momentum){ m_dedx_momentum = dedx_momentum; }
61 void setTruncAlg(
const Int_t trunc_alg) { m_trunc_alg = trunc_alg; }
78 for(
int i =0; i<5 ; i++) m_chi[i]=
chi[i];
82 for(
int i = 0; i < 5; i++)
83 m_dedx_exp[i] = dedx_exp[i] ;
86 for(
int i = 0; i < 5; i++)
87 m_sigma_dedx[i] = sigma_dedx[i] ;
90 for(
int i = 0; i < 5; i++)
91 m_pid_prob[i] = pid_prob[i] ;
97 Double_t m_dedx_norun;
98 Double_t m_dedx_momentum;
102 Int_t m_mdcKalTrackId;
114 Int_t m_numTotalHits;
121 Double_t m_dedx_exp[5];
122 Double_t m_sigma_dedx[5];
123 Double_t m_pid_prob[5];
void setNumTotalHits(const Int_t numTotalHits)
Double_t dedxExpect(int pid) const
Double_t dedxMoment() const
void setProbPH(const Double_t probPH)
void setPidProb(double *pid_prob)
void setDedxHit(const Double_t dedx_hit)
Double_t sigmaDedx(int pid) const
void setTruncAlg(const Int_t trunc_alg)
void setSigmaDedx(double *sigma_dedx)
void setParticleId(const Int_t particleId)
Double_t pidProb(int pid) const
void setMdcTrackId(const int mdcTrackId)
void setTwentyPH(const Double_t twentyPH)
void setDedxMoment(const Double_t dedx_momentum)
Int_t numGoodHits() const
void setChiE(const Double_t chiE)
Int_t mdcKalTrackId() const
void setDedxEsat(const Double_t dedx_esat)
void setErrorPH(const Double_t errorPH)
Int_t numTotalHits() const
Double_t chi(int i) const
Double_t dedxEsat() const
void setMdcKalTrackId(const int mdcKalTrackId)
void setStatus(const Int_t status)
void setChiPi(const Double_t chiPi)
void setTrackId(const Int_t trackId)
void setNormPH(const Double_t normPH)
Double_t dedxNoRun() const
void setChiP(const Double_t chiP)
Double_t twentyPH() const
void setDedxNoRun(const Double_t dedx_norun)
void setDedxExpect(double *dedx_exp)
void setChiMu(const Double_t chiMu)
void setChiK(const Double_t chiK)
void setNumGoodHits(const Int_t numGoodHits)