Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TDstHltInf Class Reference

#include <TDstHltInf.h>

List of all members.

Public Member Functions

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

Private Attributes

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


Constructor & Destructor Documentation

TDstHltInf::TDstHltInf  ) 
 

TDstHltInf::~TDstHltInf  ) 
 

00012                          {
00013     Clear();
00014  }

TDstHltInf::TDstHltInf  ) 
 

TDstHltInf::~TDstHltInf  ) 
 


Member Function Documentation

Int_t TDstHltInf::getAlgProcess  )  const [inline]
 

00025 { return m_algProcess; }

Int_t TDstHltInf::getAlgProcess  )  const [inline]
 

00025 { return m_algProcess; }

Int_t TDstHltInf::getCriteriaTable  )  const [inline]
 

00026 { return m_criTable; }

Int_t TDstHltInf::getCriteriaTable  )  const [inline]
 

00026 { return m_criTable; }

Int_t TDstHltInf::getEventType  )  const [inline]
 

00024 { return m_evtType; }

Int_t TDstHltInf::getEventType  )  const [inline]
 

00024 { return m_evtType; }

Int_t TDstHltInf::getNCON  )  const [inline]
 

00030 { return m_conNumber; }

Int_t TDstHltInf::getNCON  )  const [inline]
 

00030 { return m_conNumber; }

Int_t TDstHltInf::getNumber  )  const [inline]
 

00029 { return m_subNumber; }

Int_t TDstHltInf::getNumber  )  const [inline]
 

00029 { return m_subNumber; }

Double_t TDstHltInf::getTotalEnergy  )  const [inline]
 

00028 { return m_eTotal; }

Double_t TDstHltInf::getTotalEnergy  )  const [inline]
 

00028 { return m_eTotal; }

Int_t TDstHltInf::getVersion  )  const [inline]
 

00027 { return m_verNumber; }

Int_t TDstHltInf::getVersion  )  const [inline]
 

00027 { return m_verNumber; }

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

00017 { m_algProcess=i;    }

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

00017 { m_algProcess=i;    }

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

00018 { m_criTable  =i;    }

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

00018 { m_criTable  =i;    }

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

00016 { m_evtType   = i;   }

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

00016 { m_evtType   = i;   }

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

00022 { m_conNumber =i;    }

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

00022 { m_conNumber =i;    }

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

00021 { m_subNumber =i;    }

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

00021 { m_subNumber =i;    }

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

00020 { m_eTotal    =etot; }

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

00020 { m_eTotal    =etot; }

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

00019 { m_verNumber =i;    }

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

00019 { m_verNumber =i;    }


Member Data Documentation

Int_t TDstHltInf::m_algProcess [private]
 

Int_t TDstHltInf::m_conNumber [private]
 

Int_t TDstHltInf::m_criTable [private]
 

Double_t TDstHltInf::m_eTotal [private]
 

Int_t TDstHltInf::m_evtType [private]
 

Int_t TDstHltInf::m_subNumber [private]
 

Int_t TDstHltInf::m_verNumber [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 18:51:49 2011 for BOSS6.5.5 by  doxygen 1.3.9.1