1#ifndef RootEventData_TRecMdcDedx_H
2#define RootEventData_TRecMdcDedx_H 1
19 Int_t
trackId()
const {
return m_trackId; }
21 Int_t
status()
const {
return m_status; }
24 Double_t
chi(
int i )
const {
return m_chi[i]; }
25 Double_t
chiE()
const {
return m_chiE; }
26 Double_t
chiMu()
const {
return m_chiMu; }
27 Double_t
chiPi()
const {
return m_chiPi; }
28 Double_t
chiK()
const {
return m_chiK; }
29 Double_t
chiP()
const {
return m_chiP; }
34 Double_t
probPH()
const {
return m_probPH; }
35 Double_t
normPH()
const {
return m_normPH; }
36 Double_t
errorPH()
const {
return m_errorPH; }
37 Double_t
twentyPH()
const {
return m_twentyPH; }
39 Double_t
dedxExpect(
int pid )
const {
return m_dedx_exp[pid]; }
40 Double_t
sigmaDedx(
int pid )
const {
return m_sigma_dedx[pid]; }
41 Double_t
pidProb(
int pid )
const {
return m_pid_prob[pid]; }
43 Double_t
dedxHit()
const {
return m_dedx_hit; }
44 Double_t
dedxEsat()
const {
return m_dedx_esat; }
49 void setDedxHit(
const Double_t dedx_hit ) { m_dedx_hit = dedx_hit; }
50 void setDedxEsat(
const Double_t dedx_esat ) { m_dedx_esat = dedx_esat; }
51 void setDedxNoRun(
const Double_t dedx_norun ) { m_dedx_norun = dedx_norun; }
52 void setDedxMoment(
const Double_t dedx_momentum ) { m_dedx_momentum = dedx_momentum; }
59 void setTruncAlg(
const Int_t trunc_alg ) { m_trunc_alg = trunc_alg; }
76 for (
int i = 0; i < 5; i++ ) m_chi[i] =
chi[i];
80 for (
int i = 0; i < 5; i++ ) m_dedx_exp[i] = dedx_exp[i];
83 for (
int i = 0; i < 5; i++ ) m_sigma_dedx[i] = sigma_dedx[i];
86 for (
int i = 0; i < 5; i++ ) m_pid_prob[i] = pid_prob[i];
92 Double_t m_dedx_norun;
93 Double_t m_dedx_momentum;
97 Int_t m_mdcKalTrackId;
109 Int_t m_numTotalHits;
116 Double_t m_dedx_exp[5];
117 Double_t m_sigma_dedx[5];
118 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)