BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TDstHltInf Class Reference

#include <TDstHltInf.h>

Inheritance diagram for TDstHltInf:

Public Member Functions

 TDstHltInf ()
 ~TDstHltInf ()
void setEventType (const Int_t i)
void setAlgProcess (const Int_t i)
void setCriteriaTable (const Int_t i)
void setVersion (const Int_t i)
void setTotalEnergy (const Double_t etot)
void setNumber (const Int_t i)
void setNCON (const Int_t i)
Int_t getEventType () const
Int_t getAlgProcess () const
Int_t getCriteriaTable () const
Int_t getVersion () const
Double_t getTotalEnergy () const
Int_t getNumber () const
Int_t getNCON () const
 TDstHltInf ()
 ~TDstHltInf ()
void setEventType (const Int_t i)
void setAlgProcess (const Int_t i)
void setCriteriaTable (const Int_t i)
void setVersion (const Int_t i)
void setTotalEnergy (const Double_t etot)
void setNumber (const Int_t i)
void setNCON (const Int_t i)
Int_t getEventType () const
Int_t getAlgProcess () const
Int_t getCriteriaTable () const
Int_t getVersion () const
Double_t getTotalEnergy () const
Int_t getNumber () const
Int_t getNCON () const
 TDstHltInf ()
 ~TDstHltInf ()
void setEventType (const Int_t i)
void setAlgProcess (const Int_t i)
void setCriteriaTable (const Int_t i)
void setVersion (const Int_t i)
void setTotalEnergy (const Double_t etot)
void setNumber (const Int_t i)
void setNCON (const Int_t i)
Int_t getEventType () const
Int_t getAlgProcess () const
Int_t getCriteriaTable () const
Int_t getVersion () const
Double_t getTotalEnergy () const
Int_t getNumber () const
Int_t getNCON () const

Detailed Description

Constructor & Destructor Documentation

◆ TDstHltInf() [1/3]

TDstHltInf::TDstHltInf ( )

Definition at line 7 of file TDstHltInf.cxx.

7{ Clear(); }

◆ ~TDstHltInf() [1/3]

TDstHltInf::~TDstHltInf ( )

Definition at line 10 of file TDstHltInf.cxx.

10{ Clear(); }

◆ TDstHltInf() [2/3]

TDstHltInf::TDstHltInf ( )

◆ ~TDstHltInf() [2/3]

TDstHltInf::~TDstHltInf ( )

◆ TDstHltInf() [3/3]

TDstHltInf::TDstHltInf ( )

◆ ~TDstHltInf() [3/3]

TDstHltInf::~TDstHltInf ( )

Member Function Documentation

◆ getAlgProcess() [1/3]

Int_t TDstHltInf::getAlgProcess ( ) const
inline

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

24{ return m_algProcess; }

◆ getAlgProcess() [2/3]

Int_t TDstHltInf::getAlgProcess ( ) const
inline

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

24{ return m_algProcess; }

◆ getAlgProcess() [3/3]

Int_t TDstHltInf::getAlgProcess ( ) const
inline

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

24{ return m_algProcess; }

◆ getCriteriaTable() [1/3]

Int_t TDstHltInf::getCriteriaTable ( ) const
inline

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

25{ return m_criTable; }

◆ getCriteriaTable() [2/3]

Int_t TDstHltInf::getCriteriaTable ( ) const
inline

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

25{ return m_criTable; }

◆ getCriteriaTable() [3/3]

Int_t TDstHltInf::getCriteriaTable ( ) const
inline

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

25{ return m_criTable; }

◆ getEventType() [1/3]

Int_t TDstHltInf::getEventType ( ) const
inline

Definition at line 23 of file Event/RootEventData/include/RootEventData/TDstHltInf.h.

23{ return m_evtType; }

◆ getEventType() [2/3]

Int_t TDstHltInf::getEventType ( ) const
inline

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

23{ return m_evtType; }

◆ getEventType() [3/3]

Int_t TDstHltInf::getEventType ( ) const
inline

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

23{ return m_evtType; }

◆ getNCON() [1/3]

Int_t TDstHltInf::getNCON ( ) const
inline

Definition at line 29 of file Event/RootEventData/include/RootEventData/TDstHltInf.h.

29{ return m_conNumber; }

◆ getNCON() [2/3]

Int_t TDstHltInf::getNCON ( ) const
inline

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

29{ return m_conNumber; }

◆ getNCON() [3/3]

Int_t TDstHltInf::getNCON ( ) const
inline

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

29{ return m_conNumber; }

◆ getNumber() [1/3]

Int_t TDstHltInf::getNumber ( ) const
inline

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

28{ return m_subNumber; }

◆ getNumber() [2/3]

Int_t TDstHltInf::getNumber ( ) const
inline

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

28{ return m_subNumber; }

◆ getNumber() [3/3]

Int_t TDstHltInf::getNumber ( ) const
inline

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

28{ return m_subNumber; }

◆ getTotalEnergy() [1/3]

Double_t TDstHltInf::getTotalEnergy ( ) const
inline

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

27{ return m_eTotal; }

◆ getTotalEnergy() [2/3]

Double_t TDstHltInf::getTotalEnergy ( ) const
inline

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

27{ return m_eTotal; }

◆ getTotalEnergy() [3/3]

Double_t TDstHltInf::getTotalEnergy ( ) const
inline

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

27{ return m_eTotal; }

◆ getVersion() [1/3]

Int_t TDstHltInf::getVersion ( ) const
inline

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

26{ return m_verNumber; }

◆ getVersion() [2/3]

Int_t TDstHltInf::getVersion ( ) const
inline

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

26{ return m_verNumber; }

◆ getVersion() [3/3]

Int_t TDstHltInf::getVersion ( ) const
inline

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

26{ return m_verNumber; }

◆ setAlgProcess() [1/3]

void TDstHltInf::setAlgProcess ( const Int_t i)
inline

Definition at line 16 of file Event/RootEventData/include/RootEventData/TDstHltInf.h.

16{ m_algProcess = i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setAlgProcess() [2/3]

void TDstHltInf::setAlgProcess ( const Int_t i)
inline

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

16{ m_algProcess = i; }

◆ setAlgProcess() [3/3]

void TDstHltInf::setAlgProcess ( const Int_t i)
inline

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

16{ m_algProcess = i; }

◆ setCriteriaTable() [1/3]

void TDstHltInf::setCriteriaTable ( const Int_t i)
inline

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

17{ m_criTable = i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setCriteriaTable() [2/3]

void TDstHltInf::setCriteriaTable ( const Int_t i)
inline

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

17{ m_criTable = i; }

◆ setCriteriaTable() [3/3]

void TDstHltInf::setCriteriaTable ( const Int_t i)
inline

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

17{ m_criTable = i; }

◆ setEventType() [1/3]

void TDstHltInf::setEventType ( const Int_t i)
inline

Definition at line 15 of file Event/RootEventData/include/RootEventData/TDstHltInf.h.

15{ m_evtType = i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setEventType() [2/3]

void TDstHltInf::setEventType ( const Int_t i)
inline

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

15{ m_evtType = i; }

◆ setEventType() [3/3]

void TDstHltInf::setEventType ( const Int_t i)
inline

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

15{ m_evtType = i; }

◆ setNCON() [1/3]

void TDstHltInf::setNCON ( const Int_t i)
inline

Definition at line 21 of file Event/RootEventData/include/RootEventData/TDstHltInf.h.

21{ m_conNumber = i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setNCON() [2/3]

void TDstHltInf::setNCON ( const Int_t i)
inline

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

21{ m_conNumber = i; }

◆ setNCON() [3/3]

void TDstHltInf::setNCON ( const Int_t i)
inline

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

21{ m_conNumber = i; }

◆ setNumber() [1/3]

void TDstHltInf::setNumber ( const Int_t i)
inline

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

20{ m_subNumber = i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setNumber() [2/3]

void TDstHltInf::setNumber ( const Int_t i)
inline

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

20{ m_subNumber = i; }

◆ setNumber() [3/3]

void TDstHltInf::setNumber ( const Int_t i)
inline

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

20{ m_subNumber = i; }

◆ setTotalEnergy() [1/3]

void TDstHltInf::setTotalEnergy ( const Double_t etot)
inline

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

19{ m_eTotal = etot; }
Double_t etot

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setTotalEnergy() [2/3]

void TDstHltInf::setTotalEnergy ( const Double_t etot)
inline

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

19{ m_eTotal = etot; }

◆ setTotalEnergy() [3/3]

void TDstHltInf::setTotalEnergy ( const Double_t etot)
inline

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

19{ m_eTotal = etot; }

◆ setVersion() [1/3]

void TDstHltInf::setVersion ( const Int_t i)
inline

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

18{ m_verNumber = i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setVersion() [2/3]

void TDstHltInf::setVersion ( const Int_t i)
inline

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

18{ m_verNumber = i; }

◆ setVersion() [3/3]

void TDstHltInf::setVersion ( const Int_t i)
inline

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

18{ m_verNumber = i; }

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