BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
TMdcDedx Class Reference

#include <TMdcDedx.h>

+ Inheritance diagram for TMdcDedx:

Public Member Functions

 TMdcDedx ()
 
 ~TMdcDedx ()
 
Int_t trackId () const
 
Int_t particleId () const
 
Int_t status () const
 
Int_t truncAlg () const
 
Double_t chi (int i) const
 
Double_t chiE () const
 
Double_t chiMu () const
 
Double_t chiPi () const
 
Double_t chiK () const
 
Double_t chiP () const
 
Int_t numGoodHits () const
 
Int_t numTotalHits () const
 
Double_t probPH () const
 
Double_t normPH () const
 
Double_t errorPH () const
 
Double_t twentyPH () const
 
void setTrackId (const Int_t trackId)
 
void setParticleId (const Int_t particleId)
 
void setStatus (const Int_t status)
 
void setTruncAlg (const Int_t trunc_alg)
 
void setChiE (const Double_t chiE)
 
void setChiMu (const Double_t chiMu)
 
void setChiPi (const Double_t chiPi)
 
void setChiK (const Double_t chiK)
 
void setChiP (const Double_t chiP)
 
void setNumGoodHits (const Int_t numGoodHits)
 
void setNumTotalHits (const Int_t numTotalHits)
 
void setProbPH (const Double_t probPH)
 
void setNormPH (const Double_t normPH)
 
void setErrorPH (const Double_t errorPH)
 
void setTwentyPH (const Double_t twentyPH)
 
 TMdcDedx ()
 
 ~TMdcDedx ()
 
Int_t trackId () const
 
Int_t particleId () const
 
Int_t status () const
 
Int_t truncAlg () const
 
Double_t chi (int i) const
 
Double_t chiE () const
 
Double_t chiMu () const
 
Double_t chiPi () const
 
Double_t chiK () const
 
Double_t chiP () const
 
Int_t numGoodHits () const
 
Int_t numTotalHits () const
 
Double_t probPH () const
 
Double_t normPH () const
 
Double_t errorPH () const
 
Double_t twentyPH () const
 
void setTrackId (const Int_t trackId)
 
void setParticleId (const Int_t particleId)
 
void setStatus (const Int_t status)
 
void setTruncAlg (const Int_t trunc_alg)
 
void setChiE (const Double_t chiE)
 
void setChiMu (const Double_t chiMu)
 
void setChiPi (const Double_t chiPi)
 
void setChiK (const Double_t chiK)
 
void setChiP (const Double_t chiP)
 
void setNumGoodHits (const Int_t numGoodHits)
 
void setNumTotalHits (const Int_t numTotalHits)
 
void setProbPH (const Double_t probPH)
 
void setNormPH (const Double_t normPH)
 
void setErrorPH (const Double_t errorPH)
 
void setTwentyPH (const Double_t twentyPH)
 

Detailed Description

Constructor & Destructor Documentation

◆ TMdcDedx() [1/2]

TMdcDedx::TMdcDedx ( )

◆ ~TMdcDedx() [1/2]

TMdcDedx::~TMdcDedx ( )

Definition at line 14 of file TMdcDedx.cxx.

14 {
15 Clear();
16 }

◆ TMdcDedx() [2/2]

TMdcDedx::TMdcDedx ( )

◆ ~TMdcDedx() [2/2]

TMdcDedx::~TMdcDedx ( )

Member Function Documentation

◆ chi() [1/2]

Double_t TMdcDedx::chi ( int  i) const

Definition at line 19 of file TMdcDedx.cxx.

19 {
20 double chi_ret = 0;
21 switch (i) {
22 case 0: chi_ret = m_chiE;
23 break;
24 case 1: chi_ret = m_chiMu;
25 break;
26 case 2: chi_ret = m_chiPi;
27 break;
28 case 3: chi_ret = m_chiK;
29 break;
30 case 4: chi_ret = m_chiP;
31 break;
32 default: std::cerr << " TMdcDedx::chi: i= " << i << " - out of range"
33 << std::endl;
34 exit(1);
35 }
36
37 return chi_ret;
38}

◆ chi() [2/2]

Double_t TMdcDedx::chi ( int  i) const

◆ chiE() [1/2]

Double_t TMdcDedx::chiE ( ) const
inline

Definition at line 26 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

26{ return m_chiE; }

Referenced by setChiE(), and MdcDedxCnv::TObjectToDataObject().

◆ chiE() [2/2]

Double_t TMdcDedx::chiE ( ) const
inline

Definition at line 26 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

26{ return m_chiE; }

◆ chiK() [1/2]

Double_t TMdcDedx::chiK ( ) const
inline

Definition at line 29 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

29{ return m_chiK; }

Referenced by setChiK(), and MdcDedxCnv::TObjectToDataObject().

◆ chiK() [2/2]

Double_t TMdcDedx::chiK ( ) const
inline

Definition at line 29 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

29{ return m_chiK; }

◆ chiMu() [1/2]

Double_t TMdcDedx::chiMu ( ) const
inline

Definition at line 27 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

27{ return m_chiMu; }

Referenced by setChiMu(), and MdcDedxCnv::TObjectToDataObject().

◆ chiMu() [2/2]

Double_t TMdcDedx::chiMu ( ) const
inline

Definition at line 27 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

27{ return m_chiMu; }

◆ chiP() [1/2]

Double_t TMdcDedx::chiP ( ) const
inline

Definition at line 30 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

30{ return m_chiP; }

Referenced by setChiP(), and MdcDedxCnv::TObjectToDataObject().

◆ chiP() [2/2]

Double_t TMdcDedx::chiP ( ) const
inline

Definition at line 30 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

30{ return m_chiP; }

◆ chiPi() [1/2]

Double_t TMdcDedx::chiPi ( ) const
inline

Definition at line 28 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

28{ return m_chiPi; }

Referenced by setChiPi(), and MdcDedxCnv::TObjectToDataObject().

◆ chiPi() [2/2]

Double_t TMdcDedx::chiPi ( ) const
inline

Definition at line 28 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

28{ return m_chiPi; }

◆ errorPH() [1/2]

Double_t TMdcDedx::errorPH ( ) const
inline

Definition at line 37 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

37{ return m_errorPH; }

Referenced by setErrorPH(), and MdcDedxCnv::TObjectToDataObject().

◆ errorPH() [2/2]

Double_t TMdcDedx::errorPH ( ) const
inline

Definition at line 37 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

37{ return m_errorPH; }

◆ normPH() [1/2]

Double_t TMdcDedx::normPH ( ) const
inline

Definition at line 36 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

36{ return m_normPH; }

Referenced by setNormPH(), and MdcDedxCnv::TObjectToDataObject().

◆ normPH() [2/2]

Double_t TMdcDedx::normPH ( ) const
inline

Definition at line 36 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

36{ return m_normPH; }

◆ numGoodHits() [1/2]

Int_t TMdcDedx::numGoodHits ( ) const
inline

Definition at line 32 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

32{ return m_numGoodHits; }

Referenced by setNumGoodHits(), and MdcDedxCnv::TObjectToDataObject().

◆ numGoodHits() [2/2]

Int_t TMdcDedx::numGoodHits ( ) const
inline

Definition at line 32 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

32{ return m_numGoodHits; }

◆ numTotalHits() [1/2]

Int_t TMdcDedx::numTotalHits ( ) const
inline

Definition at line 33 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

33{ return m_numTotalHits; }

Referenced by setNumTotalHits(), and MdcDedxCnv::TObjectToDataObject().

◆ numTotalHits() [2/2]

Int_t TMdcDedx::numTotalHits ( ) const
inline

Definition at line 33 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

33{ return m_numTotalHits; }

◆ particleId() [1/2]

Int_t TMdcDedx::particleId ( ) const
inline

Definition at line 20 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

20{ return m_particleId; }

Referenced by setParticleId(), and MdcDedxCnv::TObjectToDataObject().

◆ particleId() [2/2]

Int_t TMdcDedx::particleId ( ) const
inline

Definition at line 20 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

20{ return m_particleId; }

◆ probPH() [1/2]

Double_t TMdcDedx::probPH ( ) const
inline

Definition at line 35 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

35{ return m_probPH; }

Referenced by setProbPH(), and MdcDedxCnv::TObjectToDataObject().

◆ probPH() [2/2]

Double_t TMdcDedx::probPH ( ) const
inline

Definition at line 35 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

35{ return m_probPH; }

◆ setChiE() [1/2]

void TMdcDedx::setChiE ( const Double_t  chiE)
inline

◆ setChiE() [2/2]

void TMdcDedx::setChiE ( const Double_t  chiE)
inline

Definition at line 55 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

55{ m_chiE = chiE; }

◆ setChiK() [1/2]

void TMdcDedx::setChiK ( const Double_t  chiK)
inline

◆ setChiK() [2/2]

void TMdcDedx::setChiK ( const Double_t  chiK)
inline

Definition at line 58 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

58{ m_chiK = chiK; }

◆ setChiMu() [1/2]

void TMdcDedx::setChiMu ( const Double_t  chiMu)
inline

◆ setChiMu() [2/2]

void TMdcDedx::setChiMu ( const Double_t  chiMu)
inline

Definition at line 56 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

56{ m_chiMu = chiMu; }

◆ setChiP() [1/2]

void TMdcDedx::setChiP ( const Double_t  chiP)
inline

◆ setChiP() [2/2]

void TMdcDedx::setChiP ( const Double_t  chiP)
inline

Definition at line 59 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

59{ m_chiP = chiP; }

◆ setChiPi() [1/2]

void TMdcDedx::setChiPi ( const Double_t  chiPi)
inline

◆ setChiPi() [2/2]

void TMdcDedx::setChiPi ( const Double_t  chiPi)
inline

Definition at line 57 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

57{ m_chiPi = chiPi; }

◆ setErrorPH() [1/2]

void TMdcDedx::setErrorPH ( const Double_t  errorPH)
inline

◆ setErrorPH() [2/2]

void TMdcDedx::setErrorPH ( const Double_t  errorPH)
inline

Definition at line 66 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

66{ m_errorPH = errorPH; }

◆ setNormPH() [1/2]

void TMdcDedx::setNormPH ( const Double_t  normPH)
inline

◆ setNormPH() [2/2]

void TMdcDedx::setNormPH ( const Double_t  normPH)
inline

Definition at line 65 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

65{ m_normPH = normPH; }

◆ setNumGoodHits() [1/2]

void TMdcDedx::setNumGoodHits ( const Int_t  numGoodHits)
inline

◆ setNumGoodHits() [2/2]

void TMdcDedx::setNumGoodHits ( const Int_t  numGoodHits)
inline

Definition at line 61 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

61{ m_numGoodHits = numGoodHits; }

◆ setNumTotalHits() [1/2]

void TMdcDedx::setNumTotalHits ( const Int_t  numTotalHits)
inline

◆ setNumTotalHits() [2/2]

void TMdcDedx::setNumTotalHits ( const Int_t  numTotalHits)
inline

Definition at line 62 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

62{ m_numTotalHits = numTotalHits; }

◆ setParticleId() [1/2]

void TMdcDedx::setParticleId ( const Int_t  particleId)
inline

◆ setParticleId() [2/2]

void TMdcDedx::setParticleId ( const Int_t  particleId)
inline

Definition at line 48 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

48{ m_particleId = particleId; }

◆ setProbPH() [1/2]

void TMdcDedx::setProbPH ( const Double_t  probPH)
inline

◆ setProbPH() [2/2]

void TMdcDedx::setProbPH ( const Double_t  probPH)
inline

Definition at line 64 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

64{ m_probPH = probPH; }

◆ setStatus() [1/2]

void TMdcDedx::setStatus ( const Int_t  status)
inline

◆ setStatus() [2/2]

void TMdcDedx::setStatus ( const Int_t  status)
inline

Definition at line 49 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

49{ m_status=status; }

◆ setTrackId() [1/2]

void TMdcDedx::setTrackId ( const Int_t  trackId)
inline

◆ setTrackId() [2/2]

void TMdcDedx::setTrackId ( const Int_t  trackId)
inline

Definition at line 47 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

47{ m_trackId = trackId ; }

◆ setTruncAlg() [1/2]

void TMdcDedx::setTruncAlg ( const Int_t  trunc_alg)
inline

Definition at line 50 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

50{ m_trunc_alg = trunc_alg; }

Referenced by MdcDedxCnv::DataObjectToTObject().

◆ setTruncAlg() [2/2]

void TMdcDedx::setTruncAlg ( const Int_t  trunc_alg)
inline

Definition at line 50 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

50{ m_trunc_alg = trunc_alg; }

◆ setTwentyPH() [1/2]

void TMdcDedx::setTwentyPH ( const Double_t  twentyPH)
inline

◆ setTwentyPH() [2/2]

void TMdcDedx::setTwentyPH ( const Double_t  twentyPH)
inline

Definition at line 67 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

67{ m_twentyPH = twentyPH; }

◆ status() [1/2]

Int_t TMdcDedx::status ( ) const
inline

Definition at line 21 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

21{ return m_status; }

Referenced by setStatus(), and MdcDedxCnv::TObjectToDataObject().

◆ status() [2/2]

Int_t TMdcDedx::status ( ) const
inline

Definition at line 21 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

21{ return m_status; }

◆ trackId() [1/2]

Int_t TMdcDedx::trackId ( ) const
inline

Definition at line 19 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

19{ return m_trackId; }

Referenced by setTrackId(), and MdcDedxCnv::TObjectToDataObject().

◆ trackId() [2/2]

Int_t TMdcDedx::trackId ( ) const
inline

Definition at line 19 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

19{ return m_trackId; }

◆ truncAlg() [1/2]

Int_t TMdcDedx::truncAlg ( ) const
inline

Definition at line 22 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

22{ return m_trunc_alg; }

Referenced by MdcDedxCnv::TObjectToDataObject().

◆ truncAlg() [2/2]

Int_t TMdcDedx::truncAlg ( ) const
inline

Definition at line 22 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

22{ return m_trunc_alg; }

◆ twentyPH() [1/2]

Double_t TMdcDedx::twentyPH ( ) const
inline

Definition at line 38 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMdcDedx.h.

38{ return m_twentyPH; }

Referenced by setTwentyPH(), and MdcDedxCnv::TObjectToDataObject().

◆ twentyPH() [2/2]

Double_t TMdcDedx::twentyPH ( ) const
inline

Definition at line 38 of file InstallArea/include/RootEventData/RootEventData/TMdcDedx.h.

38{ return m_twentyPH; }

The documentation for this class was generated from the following files: