TEvtRecEvent Class Reference

#include <TEvtRecEvent.h>

List of all members.

Public Member Functions

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

Private Attributes

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


Detailed Description

Definition at line 7 of file TEvtRecEvent.h.


Constructor & Destructor Documentation

TEvtRecEvent::TEvtRecEvent (  ) 

TEvtRecEvent::~TEvtRecEvent (  )  [virtual]

Definition at line 13 of file TEvtRecEvent.cxx.

00013                             {
00014 }


Member Function Documentation

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

Definition at line 19 of file TEvtRecEvent.cxx.

00019                                          {
00020 }

void TEvtRecEvent::initialize (  ) 

Definition at line 16 of file TEvtRecEvent.cxx.

00016                               {
00017 }

Int_t TEvtRecEvent::numberOfDTag (  )  const [inline]

Definition at line 26 of file TEvtRecEvent.h.

References m_ndtag.

Referenced by TEvtRecObject::setEvtRecEvent().

00026 { return m_ndtag; }

Int_t TEvtRecEvent::numberOfEtaToGG (  )  const [inline]

Definition at line 25 of file TEvtRecEvent.h.

References m_neta.

Referenced by TEvtRecObject::setEvtRecEvent().

00025 { return m_neta; }

Int_t TEvtRecEvent::numberOfPi0 (  )  const [inline]

Definition at line 24 of file TEvtRecEvent.h.

References m_npi0.

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

00024 { return m_npi0; }

Int_t TEvtRecEvent::numberOfVee (  )  const [inline]

Definition at line 23 of file TEvtRecEvent.h.

References m_nvee.

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

00023 { return m_nvee; }

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

Definition at line 22 of file TEvtRecEvent.cxx.

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

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

Definition at line 34 of file TEvtRecEvent.h.

References m_ndtag.

Referenced by TEvtRecObject::setEvtRecEvent().

00034 { m_ndtag  = ndtag; }

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

Definition at line 33 of file TEvtRecEvent.h.

References m_neta.

Referenced by TEvtRecObject::setEvtRecEvent().

00033 { m_neta   = neta; }

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

Definition at line 32 of file TEvtRecEvent.h.

References m_npi0.

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

00032 { m_npi0   = npi0; }

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

Definition at line 31 of file TEvtRecEvent.h.

References m_nvee.

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

00031 { m_nvee   = nvee; }

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

Definition at line 29 of file TEvtRecEvent.h.

References m_nchrg.

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

00029 { m_nchrg  = nchrg; }

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

Definition at line 30 of file TEvtRecEvent.h.

References m_nneu.

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

00030 { m_nneu   = nneu; }

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

Definition at line 28 of file TEvtRecEvent.h.

References m_tottks.

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

00028 { m_tottks = tottks; }

Int_t TEvtRecEvent::totalCharged (  )  const [inline]

Definition at line 21 of file TEvtRecEvent.h.

References m_nchrg.

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

00021 { return m_nchrg; }

Int_t TEvtRecEvent::totalNeutral (  )  const [inline]

Definition at line 22 of file TEvtRecEvent.h.

References m_nneu.

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

00022 { return m_nneu; }

Int_t TEvtRecEvent::totalTracks (  )  const [inline]

Definition at line 20 of file TEvtRecEvent.h.

References m_tottks.

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

00020 { return m_tottks; }


Member Data Documentation

Int_t TEvtRecEvent::m_nchrg [private]

Definition at line 40 of file TEvtRecEvent.h.

Referenced by setTotalCharged(), and totalCharged().

Int_t TEvtRecEvent::m_ndtag [private]

Definition at line 45 of file TEvtRecEvent.h.

Referenced by numberOfDTag(), and setNumberOfDTag().

Int_t TEvtRecEvent::m_neta [private]

Definition at line 44 of file TEvtRecEvent.h.

Referenced by numberOfEtaToGG(), and setNumberOfEtaToGG().

Int_t TEvtRecEvent::m_nneu [private]

Definition at line 41 of file TEvtRecEvent.h.

Referenced by setTotalNeutral(), and totalNeutral().

Int_t TEvtRecEvent::m_npi0 [private]

Definition at line 43 of file TEvtRecEvent.h.

Referenced by numberOfPi0(), and setNumberOfPi0().

Int_t TEvtRecEvent::m_nvee [private]

Definition at line 42 of file TEvtRecEvent.h.

Referenced by numberOfVee(), and setNumberOfVee().

Int_t TEvtRecEvent::m_tottks [private]

Definition at line 39 of file TEvtRecEvent.h.

Referenced by setTotalTracks(), and totalTracks().


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