1#ifndef RootEventData_TRecCgemDedx_H
2#define RootEventData_TRecCgemDedx_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-1]; }
40 Double_t
sigmaDedx(
int pid)
const {
return m_sigma_dedx[pid-1]; }
41 Double_t
pidProb(
int pid)
const {
return m_pid_prob[pid-1]; }
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; }
57 void setTruncAlg(
const Int_t trunc_alg) { m_trunc_alg = trunc_alg; }
74 for(
int i =0; i<5 ; i++) m_chi[i]=
chi[i];
78 for(
int i = 0; i < 5; i++)
79 m_dedx_exp[i] = dedx_exp[i] ;
82 for(
int i = 0; i < 5; i++)
83 m_sigma_dedx[i] = sigma_dedx[i] ;
86 for(
int i = 0; i < 5; i++)
87 m_pid_prob[i] = pid_prob[i] ;
93 Double_t m_dedx_norun;
94 Double_t m_dedx_momentum;
108 Int_t m_numTotalHits;
115 Double_t m_dedx_exp[5];
116 Double_t m_sigma_dedx[5];
117 Double_t m_pid_prob[5];
Double_t dedxNoRun() const
void setDedxHit(const Double_t dedx_hit)
void setChiE(const Double_t chiE)
void setChiP(const Double_t chiP)
Double_t dedxEsat() const
void setChiPi(const Double_t chiPi)
Double_t twentyPH() const
void setChiMu(const Double_t chiMu)
void setDedxNoRun(const Double_t dedx_norun)
void setParticleId(const Int_t particleId)
Int_t numGoodHits() const
void setTrackId(const Int_t trackId)
void setNumGoodHits(const Int_t numGoodHits)
void setChiK(const Double_t chiK)
void setTruncAlg(const Int_t trunc_alg)
void setTwentyPH(const Double_t twentyPH)
void setSigmaDedx(double *sigma_dedx)
void setDedxMoment(const Double_t dedx_momentum)
Int_t numTotalHits() const
Double_t dedxExpect(int pid) const
void setStatus(const Int_t status)
void setNumTotalHits(const Int_t numTotalHits)
Double_t chi(int i) const
Double_t dedxMoment() const
Double_t pidProb(int pid) const
Double_t sigmaDedx(int pid) const
void setPidProb(double *pid_prob)
void setErrorPH(const Double_t errorPH)
void setNormPH(const Double_t normPH)
void setDedxEsat(const Double_t dedx_esat)
void setProbPH(const Double_t probPH)
void setDedxExpect(double *dedx_exp)