BOSS 6.6.4.p03
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
 

Detailed Description

Definition at line 9 of file TDstHltInf.h.

Constructor & Destructor Documentation

◆ TDstHltInf()

TDstHltInf::TDstHltInf ( )

◆ ~TDstHltInf()

TDstHltInf::~TDstHltInf ( )

Definition at line 12 of file TDstHltInf.cxx.

12 {
13 Clear();
14 }

Member Function Documentation

◆ getAlgProcess()

Int_t TDstHltInf::getAlgProcess ( ) const
inline

Definition at line 25 of file TDstHltInf.h.

25{ return m_algProcess; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getCriteriaTable()

Int_t TDstHltInf::getCriteriaTable ( ) const
inline

Definition at line 26 of file TDstHltInf.h.

26{ return m_criTable; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getEventType()

Int_t TDstHltInf::getEventType ( ) const
inline

Definition at line 24 of file TDstHltInf.h.

24{ return m_evtType; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getNCON()

Int_t TDstHltInf::getNCON ( ) const
inline

Definition at line 30 of file TDstHltInf.h.

30{ return m_conNumber; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getNumber()

Int_t TDstHltInf::getNumber ( ) const
inline

Definition at line 29 of file TDstHltInf.h.

29{ return m_subNumber; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getTotalEnergy()

Double_t TDstHltInf::getTotalEnergy ( ) const
inline

Definition at line 28 of file TDstHltInf.h.

28{ return m_eTotal; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ getVersion()

Int_t TDstHltInf::getVersion ( ) const
inline

Definition at line 27 of file TDstHltInf.h.

27{ return m_verNumber; }

Referenced by DstHltInfCnv::TObjectToDataObject().

◆ setAlgProcess()

void TDstHltInf::setAlgProcess ( const Int_t  i)
inline

Definition at line 17 of file TDstHltInf.h.

17{ m_algProcess=i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setCriteriaTable()

void TDstHltInf::setCriteriaTable ( const Int_t  i)
inline

Definition at line 18 of file TDstHltInf.h.

18{ m_criTable =i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setEventType()

void TDstHltInf::setEventType ( const Int_t  i)
inline

Definition at line 16 of file TDstHltInf.h.

16{ m_evtType = i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setNCON()

void TDstHltInf::setNCON ( const Int_t  i)
inline

Definition at line 22 of file TDstHltInf.h.

22{ m_conNumber =i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setNumber()

void TDstHltInf::setNumber ( const Int_t  i)
inline

Definition at line 21 of file TDstHltInf.h.

21{ m_subNumber =i; }

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setTotalEnergy()

void TDstHltInf::setTotalEnergy ( const Double_t  etot)
inline

Definition at line 20 of file TDstHltInf.h.

20{ m_eTotal =etot; }
Double_t etot

Referenced by DstHltInfCnv::DataObjectToTObject().

◆ setVersion()

void TDstHltInf::setVersion ( const Int_t  i)
inline

Definition at line 19 of file TDstHltInf.h.

19{ m_verNumber =i; }

Referenced by DstHltInfCnv::DataObjectToTObject().


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