BOSS 7.0.2
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
 

Detailed Description

Constructor & Destructor Documentation

◆ TDstHltInf() [1/2]

TDstHltInf::TDstHltInf ( )

◆ ~TDstHltInf() [1/2]

TDstHltInf::~TDstHltInf ( )

Definition at line 12 of file TDstHltInf.cxx.

12 {
13 Clear();
14 }

◆ TDstHltInf() [2/2]

TDstHltInf::TDstHltInf ( )

◆ ~TDstHltInf() [2/2]

TDstHltInf::~TDstHltInf ( )

Member Function Documentation

◆ getAlgProcess() [1/2]

Int_t TDstHltInf::getAlgProcess ( ) const
inline

Definition at line 25 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TDstHltInf.h.

25{ return m_algProcess; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getAlgProcess() [2/2]

Int_t TDstHltInf::getAlgProcess ( ) const
inline

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

25{ return m_algProcess; }

◆ getCriteriaTable() [1/2]

Int_t TDstHltInf::getCriteriaTable ( ) const
inline

Definition at line 26 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TDstHltInf.h.

26{ return m_criTable; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getCriteriaTable() [2/2]

Int_t TDstHltInf::getCriteriaTable ( ) const
inline

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

26{ return m_criTable; }

◆ getEventType() [1/2]

Int_t TDstHltInf::getEventType ( ) const
inline

Definition at line 24 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TDstHltInf.h.

24{ return m_evtType; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getEventType() [2/2]

Int_t TDstHltInf::getEventType ( ) const
inline

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

24{ return m_evtType; }

◆ getNCON() [1/2]

Int_t TDstHltInf::getNCON ( ) const
inline

Definition at line 30 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TDstHltInf.h.

30{ return m_conNumber; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getNCON() [2/2]

Int_t TDstHltInf::getNCON ( ) const
inline

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

30{ return m_conNumber; }

◆ getNumber() [1/2]

Int_t TDstHltInf::getNumber ( ) const
inline

Definition at line 29 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TDstHltInf.h.

29{ return m_subNumber; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getNumber() [2/2]

Int_t TDstHltInf::getNumber ( ) const
inline

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

29{ return m_subNumber; }

◆ getTotalEnergy() [1/2]

Double_t TDstHltInf::getTotalEnergy ( ) const
inline

◆ getTotalEnergy() [2/2]

Double_t TDstHltInf::getTotalEnergy ( ) const
inline

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

28{ return m_eTotal; }

◆ getVersion() [1/2]

Int_t TDstHltInf::getVersion ( ) const
inline

Definition at line 27 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TDstHltInf.h.

27{ return m_verNumber; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getVersion() [2/2]

Int_t TDstHltInf::getVersion ( ) const
inline

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

27{ return m_verNumber; }

◆ setAlgProcess() [1/2]

void TDstHltInf::setAlgProcess ( const Int_t  i)
inline

◆ setAlgProcess() [2/2]

void TDstHltInf::setAlgProcess ( const Int_t  i)
inline

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

17{ m_algProcess=i; }

◆ setCriteriaTable() [1/2]

void TDstHltInf::setCriteriaTable ( const Int_t  i)
inline

◆ setCriteriaTable() [2/2]

void TDstHltInf::setCriteriaTable ( const Int_t  i)
inline

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

18{ m_criTable =i; }

◆ setEventType() [1/2]

void TDstHltInf::setEventType ( const Int_t  i)
inline

◆ setEventType() [2/2]

void TDstHltInf::setEventType ( const Int_t  i)
inline

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

16{ m_evtType = i; }

◆ setNCON() [1/2]

void TDstHltInf::setNCON ( const Int_t  i)
inline

◆ setNCON() [2/2]

void TDstHltInf::setNCON ( const Int_t  i)
inline

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

22{ m_conNumber =i; }

◆ setNumber() [1/2]

void TDstHltInf::setNumber ( const Int_t  i)
inline

◆ setNumber() [2/2]

void TDstHltInf::setNumber ( const Int_t  i)
inline

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

21{ m_subNumber =i; }

◆ setTotalEnergy() [1/2]

void TDstHltInf::setTotalEnergy ( const Double_t  etot)
inline

Definition at line 20 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TDstHltInf.h.

20{ m_eTotal =etot; }
Double_t etot

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setTotalEnergy() [2/2]

void TDstHltInf::setTotalEnergy ( const Double_t  etot)
inline

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

20{ m_eTotal =etot; }

◆ setVersion() [1/2]

void TDstHltInf::setVersion ( const Int_t  i)
inline

◆ setVersion() [2/2]

void TDstHltInf::setVersion ( const Int_t  i)
inline

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

19{ m_verNumber =i; }

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