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

TEvtRecEvent Class Reference

#include <TEvtRecEvent.h>

List of all members.

Public Member Functions

void Clear (Option_t *option="")
void Clear (Option_t *option="")
void initialize ()
void initialize ()
Int_t numberOfDTag () const
Int_t numberOfDTag () const
Int_t numberOfEtaToGG () const
Int_t numberOfEtaToGG () const
Int_t numberOfPi0 () const
Int_t numberOfPi0 () const
Int_t numberOfVee () const
Int_t numberOfVee () const
void Print (Option_t *option="") const
void Print (Option_t *option="") const
void setNumberOfDTag (const int ndtag)
void setNumberOfDTag (const int ndtag)
void setNumberOfEtaToGG (const int neta)
void setNumberOfEtaToGG (const int neta)
void setNumberOfPi0 (const int npi0)
void setNumberOfPi0 (const int npi0)
void setNumberOfVee (const int nvee)
void setNumberOfVee (const int nvee)
void setTotalCharged (const int nchrg)
void setTotalCharged (const int nchrg)
void setTotalNeutral (const int nneu)
void setTotalNeutral (const int nneu)
void setTotalTracks (const int tottks)
void setTotalTracks (const int tottks)
 TEvtRecEvent ()
 TEvtRecEvent ()
Int_t totalCharged () const
Int_t totalCharged () const
Int_t totalNeutral () const
Int_t totalNeutral () const
Int_t totalTracks () const
Int_t totalTracks () const
virtual ~TEvtRecEvent ()
virtual ~TEvtRecEvent ()

Private Attributes

Int_t m_nchrg
Int_t m_ndtag
Int_t m_neta
Int_t m_nneu
Int_t m_npi0
Int_t m_nvee
Int_t m_tottks


Constructor & Destructor Documentation

TEvtRecEvent::TEvtRecEvent  ) 
 

TEvtRecEvent::~TEvtRecEvent  )  [virtual]
 

00013                             {
00014 }

TEvtRecEvent::TEvtRecEvent  ) 
 

virtual TEvtRecEvent::~TEvtRecEvent  )  [virtual]
 


Member Function Documentation

void TEvtRecEvent::Clear Option_t *  option = ""  ) 
 

void TEvtRecEvent::Clear Option_t *  option = ""  ) 
 

00019                                          {
00020 }

void TEvtRecEvent::initialize  ) 
 

void TEvtRecEvent::initialize  ) 
 

00016                               {
00017 }

Int_t TEvtRecEvent::numberOfDTag  )  const [inline]
 

00026 { return m_ndtag; }

Int_t TEvtRecEvent::numberOfDTag  )  const [inline]
 

00026 { return m_ndtag; }

Int_t TEvtRecEvent::numberOfEtaToGG  )  const [inline]
 

00025 { return m_neta; }

Int_t TEvtRecEvent::numberOfEtaToGG  )  const [inline]
 

00025 { return m_neta; }

Int_t TEvtRecEvent::numberOfPi0  )  const [inline]
 

00024 { return m_npi0; }

Int_t TEvtRecEvent::numberOfPi0  )  const [inline]
 

00024 { return m_npi0; }

Int_t TEvtRecEvent::numberOfVee  )  const [inline]
 

00023 { return m_nvee; }

Int_t TEvtRecEvent::numberOfVee  )  const [inline]
 

00023 { return m_nvee; }

void TEvtRecEvent::Print Option_t *  option = ""  )  const
 

void TEvtRecEvent::Print Option_t *  option = ""  )  const
 

00022                                                {
00023    TObject::Print(option);
00024 }

void TEvtRecEvent::setNumberOfDTag const int  ndtag  )  [inline]
 

00034 { m_ndtag  = ndtag; }

void TEvtRecEvent::setNumberOfDTag const int  ndtag  )  [inline]
 

00034 { m_ndtag  = ndtag; }

void TEvtRecEvent::setNumberOfEtaToGG const int  neta  )  [inline]
 

00033 { m_neta   = neta; }

void TEvtRecEvent::setNumberOfEtaToGG const int  neta  )  [inline]
 

00033 { m_neta   = neta; }

void TEvtRecEvent::setNumberOfPi0 const int  npi0  )  [inline]
 

00032 { m_npi0   = npi0; }

void TEvtRecEvent::setNumberOfPi0 const int  npi0  )  [inline]
 

00032 { m_npi0   = npi0; }

void TEvtRecEvent::setNumberOfVee const int  nvee  )  [inline]
 

00031 { m_nvee   = nvee; }

void TEvtRecEvent::setNumberOfVee const int  nvee  )  [inline]
 

00031 { m_nvee   = nvee; }

void TEvtRecEvent::setTotalCharged const int  nchrg  )  [inline]
 

00029 { m_nchrg  = nchrg; }

void TEvtRecEvent::setTotalCharged const int  nchrg  )  [inline]
 

00029 { m_nchrg  = nchrg; }

void TEvtRecEvent::setTotalNeutral const int  nneu  )  [inline]
 

00030 { m_nneu   = nneu; }

void TEvtRecEvent::setTotalNeutral const int  nneu  )  [inline]
 

00030 { m_nneu   = nneu; }

void TEvtRecEvent::setTotalTracks const int  tottks  )  [inline]
 

00028 { m_tottks = tottks; }

void TEvtRecEvent::setTotalTracks const int  tottks  )  [inline]
 

00028 { m_tottks = tottks; }

Int_t TEvtRecEvent::totalCharged  )  const [inline]
 

00021 { return m_nchrg; }

Int_t TEvtRecEvent::totalCharged  )  const [inline]
 

00021 { return m_nchrg; }

Int_t TEvtRecEvent::totalNeutral  )  const [inline]
 

00022 { return m_nneu; }

Int_t TEvtRecEvent::totalNeutral  )  const [inline]
 

00022 { return m_nneu; }

Int_t TEvtRecEvent::totalTracks  )  const [inline]
 

00020 { return m_tottks; }

Int_t TEvtRecEvent::totalTracks  )  const [inline]
 

00020 { return m_tottks; }


Member Data Documentation

Int_t TEvtRecEvent::m_nchrg [private]
 

Int_t TEvtRecEvent::m_ndtag [private]
 

Int_t TEvtRecEvent::m_neta [private]
 

Int_t TEvtRecEvent::m_nneu [private]
 

Int_t TEvtRecEvent::m_npi0 [private]
 

Int_t TEvtRecEvent::m_nvee [private]
 

Int_t TEvtRecEvent::m_tottks [private]
 


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