TDstHltInf Class Reference

#include <TDstHltInf.h>

List of all members.

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

Private Attributes

Int_t m_evtType
Int_t m_algProcess
Int_t m_criTable
Int_t m_verNumber
Double_t m_eTotal
Int_t m_subNumber
Int_t m_conNumber


Detailed Description

Definition at line 9 of file TDstHltInf.h.


Constructor & Destructor Documentation

TDstHltInf::TDstHltInf (  ) 

TDstHltInf::~TDstHltInf (  ) 

Definition at line 12 of file TDstHltInf.cxx.

00012                          {
00013     Clear();
00014  }


Member Function Documentation

Int_t TDstHltInf::getAlgProcess (  )  const [inline]

Definition at line 25 of file TDstHltInf.h.

References m_algProcess.

Referenced by DstHltInfCnv::TObjectToDataObject().

00025 { return m_algProcess; }

Int_t TDstHltInf::getCriteriaTable (  )  const [inline]

Definition at line 26 of file TDstHltInf.h.

References m_criTable.

Referenced by DstHltInfCnv::TObjectToDataObject().

00026 { return m_criTable; }

Int_t TDstHltInf::getEventType (  )  const [inline]

Definition at line 24 of file TDstHltInf.h.

References m_evtType.

Referenced by DstHltInfCnv::TObjectToDataObject().

00024 { return m_evtType; }

Int_t TDstHltInf::getNCON (  )  const [inline]

Definition at line 30 of file TDstHltInf.h.

References m_conNumber.

Referenced by DstHltInfCnv::TObjectToDataObject().

00030 { return m_conNumber; }

Int_t TDstHltInf::getNumber (  )  const [inline]

Definition at line 29 of file TDstHltInf.h.

References m_subNumber.

Referenced by DstHltInfCnv::TObjectToDataObject().

00029 { return m_subNumber; }

Double_t TDstHltInf::getTotalEnergy (  )  const [inline]

Definition at line 28 of file TDstHltInf.h.

References m_eTotal.

Referenced by DstHltInfCnv::TObjectToDataObject().

00028 { return m_eTotal; }

Int_t TDstHltInf::getVersion (  )  const [inline]

Definition at line 27 of file TDstHltInf.h.

References m_verNumber.

Referenced by DstHltInfCnv::TObjectToDataObject().

00027 { return m_verNumber; }

void TDstHltInf::setAlgProcess ( const Int_t  i  )  [inline]

Definition at line 17 of file TDstHltInf.h.

References m_algProcess.

Referenced by DstHltInfCnv::DataObjectToTObject().

00017 { m_algProcess=i;    }

void TDstHltInf::setCriteriaTable ( const Int_t  i  )  [inline]

Definition at line 18 of file TDstHltInf.h.

References m_criTable.

Referenced by DstHltInfCnv::DataObjectToTObject().

00018 { m_criTable  =i;    }

void TDstHltInf::setEventType ( const Int_t  i  )  [inline]

Definition at line 16 of file TDstHltInf.h.

References m_evtType.

Referenced by DstHltInfCnv::DataObjectToTObject().

00016 { m_evtType   = i;   }

void TDstHltInf::setNCON ( const Int_t  i  )  [inline]

Definition at line 22 of file TDstHltInf.h.

References m_conNumber.

Referenced by DstHltInfCnv::DataObjectToTObject().

00022 { m_conNumber =i;    }

void TDstHltInf::setNumber ( const Int_t  i  )  [inline]

Definition at line 21 of file TDstHltInf.h.

References m_subNumber.

Referenced by DstHltInfCnv::DataObjectToTObject().

00021 { m_subNumber =i;    }

void TDstHltInf::setTotalEnergy ( const Double_t  etot  )  [inline]

Definition at line 20 of file TDstHltInf.h.

References m_eTotal.

Referenced by DstHltInfCnv::DataObjectToTObject().

00020 { m_eTotal    =etot; }

void TDstHltInf::setVersion ( const Int_t  i  )  [inline]

Definition at line 19 of file TDstHltInf.h.

References m_verNumber.

Referenced by DstHltInfCnv::DataObjectToTObject().

00019 { m_verNumber =i;    }


Member Data Documentation

Int_t TDstHltInf::m_algProcess [private]

Definition at line 34 of file TDstHltInf.h.

Referenced by getAlgProcess(), and setAlgProcess().

Int_t TDstHltInf::m_conNumber [private]

Definition at line 39 of file TDstHltInf.h.

Referenced by getNCON(), and setNCON().

Int_t TDstHltInf::m_criTable [private]

Definition at line 35 of file TDstHltInf.h.

Referenced by getCriteriaTable(), and setCriteriaTable().

Double_t TDstHltInf::m_eTotal [private]

Definition at line 37 of file TDstHltInf.h.

Referenced by getTotalEnergy(), and setTotalEnergy().

Int_t TDstHltInf::m_evtType [private]

Definition at line 33 of file TDstHltInf.h.

Referenced by getEventType(), and setEventType().

Int_t TDstHltInf::m_subNumber [private]

Definition at line 38 of file TDstHltInf.h.

Referenced by getNumber(), and setNumber().

Int_t TDstHltInf::m_verNumber [private]

Definition at line 36 of file TDstHltInf.h.

Referenced by getVersion(), and setVersion().


Generated on Tue Nov 29 23:35:59 2016 for BOSS_7.0.2 by  doxygen 1.4.7