BOSS 8.0.0
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)
 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/3]

TMdcDedx::TMdcDedx ( )

Definition at line 9 of file TMdcDedx.cxx.

9{ Clear(); }

◆ ~TMdcDedx() [1/3]

TMdcDedx::~TMdcDedx ( )

Definition at line 12 of file TMdcDedx.cxx.

12{ Clear(); }

◆ TMdcDedx() [2/3]

TMdcDedx::TMdcDedx ( )

◆ ~TMdcDedx() [2/3]

TMdcDedx::~TMdcDedx ( )

◆ TMdcDedx() [3/3]

TMdcDedx::TMdcDedx ( )

◆ ~TMdcDedx() [3/3]

TMdcDedx::~TMdcDedx ( )

Member Function Documentation

◆ chi() [1/3]

Double_t TMdcDedx::chi ( int i) const

Definition at line 14 of file TMdcDedx.cxx.

14 {
15 double chi_ret = 0;
16 switch ( i )
17 {
18 case 0: chi_ret = m_chiE; break;
19 case 1: chi_ret = m_chiMu; break;
20 case 2: chi_ret = m_chiPi; break;
21 case 3: chi_ret = m_chiK; break;
22 case 4: chi_ret = m_chiP; break;
23 default:
24 std::cerr << " TMdcDedx::chi: i= " << i << " - out of range" << std::endl;
25 exit( 1 );
26 }
27
28 return chi_ret;
29}

◆ chi() [2/3]

Double_t TMdcDedx::chi ( int i) const

◆ chi() [3/3]

Double_t TMdcDedx::chi ( int i) const

◆ chiE() [1/3]

Double_t TMdcDedx::chiE ( ) const
inline

Definition at line 24 of file Event/RootEventData/include/RootEventData/TMdcDedx.h.

24{ return m_chiE; }

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

◆ chiE() [2/3]

Double_t TMdcDedx::chiE ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

24{ return m_chiE; }

◆ chiE() [3/3]

Double_t TMdcDedx::chiE ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

24{ return m_chiE; }

◆ chiK() [1/3]

Double_t TMdcDedx::chiK ( ) const
inline

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

27{ return m_chiK; }

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

◆ chiK() [2/3]

Double_t TMdcDedx::chiK ( ) const
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

27{ return m_chiK; }

◆ chiK() [3/3]

Double_t TMdcDedx::chiK ( ) const
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

27{ return m_chiK; }

◆ chiMu() [1/3]

Double_t TMdcDedx::chiMu ( ) const
inline

Definition at line 25 of file Event/RootEventData/include/RootEventData/TMdcDedx.h.

25{ return m_chiMu; }

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

◆ chiMu() [2/3]

Double_t TMdcDedx::chiMu ( ) const
inline

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

25{ return m_chiMu; }

◆ chiMu() [3/3]

Double_t TMdcDedx::chiMu ( ) const
inline

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

25{ return m_chiMu; }

◆ chiP() [1/3]

Double_t TMdcDedx::chiP ( ) const
inline

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

28{ return m_chiP; }

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

◆ chiP() [2/3]

Double_t TMdcDedx::chiP ( ) const
inline

Definition at line 28 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

28{ return m_chiP; }

◆ chiP() [3/3]

Double_t TMdcDedx::chiP ( ) const
inline

Definition at line 28 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

28{ return m_chiP; }

◆ chiPi() [1/3]

Double_t TMdcDedx::chiPi ( ) const
inline

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

26{ return m_chiPi; }

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

◆ chiPi() [2/3]

Double_t TMdcDedx::chiPi ( ) const
inline

Definition at line 26 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

26{ return m_chiPi; }

◆ chiPi() [3/3]

Double_t TMdcDedx::chiPi ( ) const
inline

Definition at line 26 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

26{ return m_chiPi; }

◆ errorPH() [1/3]

Double_t TMdcDedx::errorPH ( ) const
inline

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

35{ return m_errorPH; }

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

◆ errorPH() [2/3]

Double_t TMdcDedx::errorPH ( ) const
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

35{ return m_errorPH; }

◆ errorPH() [3/3]

Double_t TMdcDedx::errorPH ( ) const
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

35{ return m_errorPH; }

◆ normPH() [1/3]

Double_t TMdcDedx::normPH ( ) const
inline

Definition at line 34 of file Event/RootEventData/include/RootEventData/TMdcDedx.h.

34{ return m_normPH; }

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

◆ normPH() [2/3]

Double_t TMdcDedx::normPH ( ) const
inline

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

34{ return m_normPH; }

◆ normPH() [3/3]

Double_t TMdcDedx::normPH ( ) const
inline

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

34{ return m_normPH; }

◆ numGoodHits() [1/3]

Int_t TMdcDedx::numGoodHits ( ) const
inline

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

30{ return m_numGoodHits; }

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

◆ numGoodHits() [2/3]

Int_t TMdcDedx::numGoodHits ( ) const
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

30{ return m_numGoodHits; }

◆ numGoodHits() [3/3]

Int_t TMdcDedx::numGoodHits ( ) const
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

30{ return m_numGoodHits; }

◆ numTotalHits() [1/3]

Int_t TMdcDedx::numTotalHits ( ) const
inline

Definition at line 31 of file Event/RootEventData/include/RootEventData/TMdcDedx.h.

31{ return m_numTotalHits; }

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

◆ numTotalHits() [2/3]

Int_t TMdcDedx::numTotalHits ( ) const
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

31{ return m_numTotalHits; }

◆ numTotalHits() [3/3]

Int_t TMdcDedx::numTotalHits ( ) const
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

31{ return m_numTotalHits; }

◆ particleId() [1/3]

Int_t TMdcDedx::particleId ( ) const
inline

Definition at line 18 of file Event/RootEventData/include/RootEventData/TMdcDedx.h.

18{ return m_particleId; }

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

◆ particleId() [2/3]

Int_t TMdcDedx::particleId ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

18{ return m_particleId; }

◆ particleId() [3/3]

Int_t TMdcDedx::particleId ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

18{ return m_particleId; }

◆ probPH() [1/3]

Double_t TMdcDedx::probPH ( ) const
inline

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

33{ return m_probPH; }

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

◆ probPH() [2/3]

Double_t TMdcDedx::probPH ( ) const
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

33{ return m_probPH; }

◆ probPH() [3/3]

Double_t TMdcDedx::probPH ( ) const
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

33{ return m_probPH; }

◆ setChiE() [1/3]

void TMdcDedx::setChiE ( const Double_t chiE)
inline

◆ setChiE() [2/3]

void TMdcDedx::setChiE ( const Double_t chiE)
inline

Definition at line 52 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

52{ m_chiE = chiE; }

◆ setChiE() [3/3]

void TMdcDedx::setChiE ( const Double_t chiE)
inline

Definition at line 52 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

52{ m_chiE = chiE; }

◆ setChiK() [1/3]

void TMdcDedx::setChiK ( const Double_t chiK)
inline

◆ setChiK() [2/3]

void TMdcDedx::setChiK ( const Double_t chiK)
inline

Definition at line 55 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

55{ m_chiK = chiK; }

◆ setChiK() [3/3]

void TMdcDedx::setChiK ( const Double_t chiK)
inline

Definition at line 55 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

55{ m_chiK = chiK; }

◆ setChiMu() [1/3]

void TMdcDedx::setChiMu ( const Double_t chiMu)
inline

◆ setChiMu() [2/3]

void TMdcDedx::setChiMu ( const Double_t chiMu)
inline

Definition at line 53 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

53{ m_chiMu = chiMu; }

◆ setChiMu() [3/3]

void TMdcDedx::setChiMu ( const Double_t chiMu)
inline

Definition at line 53 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

53{ m_chiMu = chiMu; }

◆ setChiP() [1/3]

void TMdcDedx::setChiP ( const Double_t chiP)
inline

◆ setChiP() [2/3]

void TMdcDedx::setChiP ( const Double_t chiP)
inline

Definition at line 56 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

56{ m_chiP = chiP; }

◆ setChiP() [3/3]

void TMdcDedx::setChiP ( const Double_t chiP)
inline

Definition at line 56 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

56{ m_chiP = chiP; }

◆ setChiPi() [1/3]

void TMdcDedx::setChiPi ( const Double_t chiPi)
inline

◆ setChiPi() [2/3]

void TMdcDedx::setChiPi ( const Double_t chiPi)
inline

Definition at line 54 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

54{ m_chiPi = chiPi; }

◆ setChiPi() [3/3]

void TMdcDedx::setChiPi ( const Double_t chiPi)
inline

Definition at line 54 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

54{ m_chiPi = chiPi; }

◆ setErrorPH() [1/3]

void TMdcDedx::setErrorPH ( const Double_t errorPH)
inline

◆ setErrorPH() [2/3]

void TMdcDedx::setErrorPH ( const Double_t errorPH)
inline

Definition at line 63 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

63{ m_errorPH = errorPH; }

◆ setErrorPH() [3/3]

void TMdcDedx::setErrorPH ( const Double_t errorPH)
inline

Definition at line 63 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

63{ m_errorPH = errorPH; }

◆ setNormPH() [1/3]

void TMdcDedx::setNormPH ( const Double_t normPH)
inline

◆ setNormPH() [2/3]

void TMdcDedx::setNormPH ( const Double_t normPH)
inline

Definition at line 62 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

62{ m_normPH = normPH; }

◆ setNormPH() [3/3]

void TMdcDedx::setNormPH ( const Double_t normPH)
inline

Definition at line 62 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

62{ m_normPH = normPH; }

◆ setNumGoodHits() [1/3]

void TMdcDedx::setNumGoodHits ( const Int_t numGoodHits)
inline

◆ setNumGoodHits() [2/3]

void TMdcDedx::setNumGoodHits ( const Int_t numGoodHits)
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

58{ m_numGoodHits = numGoodHits; }

◆ setNumGoodHits() [3/3]

void TMdcDedx::setNumGoodHits ( const Int_t numGoodHits)
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

58{ m_numGoodHits = numGoodHits; }

◆ setNumTotalHits() [1/3]

void TMdcDedx::setNumTotalHits ( const Int_t numTotalHits)
inline

◆ setNumTotalHits() [2/3]

void TMdcDedx::setNumTotalHits ( const Int_t numTotalHits)
inline

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

59{ m_numTotalHits = numTotalHits; }

◆ setNumTotalHits() [3/3]

void TMdcDedx::setNumTotalHits ( const Int_t numTotalHits)
inline

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

59{ m_numTotalHits = numTotalHits; }

◆ setParticleId() [1/3]

void TMdcDedx::setParticleId ( const Int_t particleId)
inline

◆ setParticleId() [2/3]

void TMdcDedx::setParticleId ( const Int_t particleId)
inline

Definition at line 45 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

45{ m_particleId = particleId; }

◆ setParticleId() [3/3]

void TMdcDedx::setParticleId ( const Int_t particleId)
inline

Definition at line 45 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

45{ m_particleId = particleId; }

◆ setProbPH() [1/3]

void TMdcDedx::setProbPH ( const Double_t probPH)
inline

◆ setProbPH() [2/3]

void TMdcDedx::setProbPH ( const Double_t probPH)
inline

Definition at line 61 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

61{ m_probPH = probPH; }

◆ setProbPH() [3/3]

void TMdcDedx::setProbPH ( const Double_t probPH)
inline

Definition at line 61 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

61{ m_probPH = probPH; }

◆ setStatus() [1/3]

void TMdcDedx::setStatus ( const Int_t status)
inline

◆ setStatus() [2/3]

void TMdcDedx::setStatus ( const Int_t status)
inline

Definition at line 46 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

46{ m_status = status; }

◆ setStatus() [3/3]

void TMdcDedx::setStatus ( const Int_t status)
inline

Definition at line 46 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

46{ m_status = status; }

◆ setTrackId() [1/3]

void TMdcDedx::setTrackId ( const Int_t trackId)
inline

◆ setTrackId() [2/3]

void TMdcDedx::setTrackId ( const Int_t trackId)
inline

Definition at line 44 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

44{ m_trackId = trackId; }

◆ setTrackId() [3/3]

void TMdcDedx::setTrackId ( const Int_t trackId)
inline

Definition at line 44 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

44{ m_trackId = trackId; }

◆ setTruncAlg() [1/3]

void TMdcDedx::setTruncAlg ( const Int_t trunc_alg)
inline

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

47{ m_trunc_alg = trunc_alg; }

Referenced by MdcDedxCnv::DataObjectToTObject().

◆ setTruncAlg() [2/3]

void TMdcDedx::setTruncAlg ( const Int_t trunc_alg)
inline

Definition at line 47 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

47{ m_trunc_alg = trunc_alg; }

◆ setTruncAlg() [3/3]

void TMdcDedx::setTruncAlg ( const Int_t trunc_alg)
inline

Definition at line 47 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

47{ m_trunc_alg = trunc_alg; }

◆ setTwentyPH() [1/3]

void TMdcDedx::setTwentyPH ( const Double_t twentyPH)
inline

◆ setTwentyPH() [2/3]

void TMdcDedx::setTwentyPH ( const Double_t twentyPH)
inline

Definition at line 64 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

64{ m_twentyPH = twentyPH; }

◆ setTwentyPH() [3/3]

void TMdcDedx::setTwentyPH ( const Double_t twentyPH)
inline

Definition at line 64 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

64{ m_twentyPH = twentyPH; }

◆ status() [1/3]

Int_t TMdcDedx::status ( ) const
inline

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

19{ return m_status; }

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

◆ status() [2/3]

Int_t TMdcDedx::status ( ) const
inline

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

19{ return m_status; }

◆ status() [3/3]

Int_t TMdcDedx::status ( ) const
inline

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

19{ return m_status; }

◆ trackId() [1/3]

Int_t TMdcDedx::trackId ( ) const
inline

Definition at line 17 of file Event/RootEventData/include/RootEventData/TMdcDedx.h.

17{ return m_trackId; }

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

◆ trackId() [2/3]

Int_t TMdcDedx::trackId ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

17{ return m_trackId; }

◆ trackId() [3/3]

Int_t TMdcDedx::trackId ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

17{ return m_trackId; }

◆ truncAlg() [1/3]

Int_t TMdcDedx::truncAlg ( ) const
inline

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

20{ return m_trunc_alg; }

Referenced by MdcDedxCnv::TObjectToDataObject().

◆ truncAlg() [2/3]

Int_t TMdcDedx::truncAlg ( ) const
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

20{ return m_trunc_alg; }

◆ truncAlg() [3/3]

Int_t TMdcDedx::truncAlg ( ) const
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

20{ return m_trunc_alg; }

◆ twentyPH() [1/3]

Double_t TMdcDedx::twentyPH ( ) const
inline

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

36{ return m_twentyPH; }

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

◆ twentyPH() [2/3]

Double_t TMdcDedx::twentyPH ( ) const
inline

Definition at line 36 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TMdcDedx.h.

36{ return m_twentyPH; }

◆ twentyPH() [3/3]

Double_t TMdcDedx::twentyPH ( ) const
inline

Definition at line 36 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TMdcDedx.h.

36{ return m_twentyPH; }

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