EvtRecEvent Class Reference

#include <EvtRecEvent.h>

List of all members.

Public Member Functions

 EvtRecEvent ()
virtual ~EvtRecEvent ()
virtual const CLID & clID () const
int totalTracks () const
void setTotalTracks (const int tottks)
int totalCharged () const
void setTotalCharged (const int nchrg)
int totalNeutral () const
void setTotalNeutral (const int nneu)
int numberOfVee () const
void setNumberOfVee (const int nvee)
int numberOfPi0 () const
void setNumberOfPi0 (const int npi0)
int numberOfDTag () const
void setNumberOfDTag (const int ndtag)

Static Public Member Functions

static const CLID & classID ()

Private Attributes

int m_tottks
int m_nchrg
int m_nneu
int m_nvee
int m_npi0
int m_ndtag


Detailed Description

Definition at line 11 of file EvtRecEvent.h.


Constructor & Destructor Documentation

EvtRecEvent::EvtRecEvent (  )  [inline]

Definition at line 15 of file EvtRecEvent.h.

00015 : m_tottks(0), m_nchrg(0), m_nneu(0), m_nvee(0), m_ndtag(0) {}

virtual EvtRecEvent::~EvtRecEvent (  )  [inline, virtual]

Definition at line 16 of file EvtRecEvent.h.

00016 {}


Member Function Documentation

static const CLID& EvtRecEvent::classID (  )  [inline, static]

Definition at line 19 of file EvtRecEvent.h.

References CLID_EvtRecEvent.

Referenced by clID().

00019 { return CLID_EvtRecEvent; }

virtual const CLID& EvtRecEvent::clID (  )  const [inline, virtual]

Definition at line 18 of file EvtRecEvent.h.

References classID().

00018 { return  EvtRecEvent::classID();}

int EvtRecEvent::numberOfDTag (  )  const [inline]

Definition at line 36 of file EvtRecEvent.h.

References m_ndtag.

00036 {return m_ndtag;}

int EvtRecEvent::numberOfPi0 (  )  const [inline]

Definition at line 33 of file EvtRecEvent.h.

References m_npi0.

Referenced by EvtRecEventCnv::DataObjectToTObject().

00033 {return m_npi0;}

int EvtRecEvent::numberOfVee (  )  const [inline]

Definition at line 30 of file EvtRecEvent.h.

References m_nvee.

Referenced by EvtRecEventCnv::DataObjectToTObject().

00030 {return m_nvee;}

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

Definition at line 37 of file EvtRecEvent.h.

References m_ndtag.

00037 {m_ndtag = ndtag;}

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

Definition at line 34 of file EvtRecEvent.h.

References m_npi0.

Referenced by EvtRecEventCnv::TObjectToDataObject().

00034 {m_npi0 = npi0;}

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

Definition at line 31 of file EvtRecEvent.h.

References m_nvee.

Referenced by EvtRecEventCnv::TObjectToDataObject().

00031 {m_nvee = nvee;}

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

Definition at line 25 of file EvtRecEvent.h.

References m_nchrg.

Referenced by EventAssemblyAlg::execute(), and EvtRecEventCnv::TObjectToDataObject().

00025 {m_nchrg = nchrg;}

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

Definition at line 28 of file EvtRecEvent.h.

References m_nneu.

Referenced by EventAssemblyAlg::execute(), and EvtRecEventCnv::TObjectToDataObject().

00028 {m_nneu = nneu;}

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

Definition at line 22 of file EvtRecEvent.h.

References m_tottks.

Referenced by EventAssemblyAlg::execute(), and EvtRecEventCnv::TObjectToDataObject().

00022 {m_tottks = tottks;}

int EvtRecEvent::totalCharged (  )  const [inline]

Definition at line 24 of file EvtRecEvent.h.

References m_nchrg.

Referenced by EvtRecEventCnv::DataObjectToTObject(), UserPi0Cut::isGoodPhoton(), and Pi0::make_gamma_list().

00024 {return m_nchrg;}

int EvtRecEvent::totalNeutral (  )  const [inline]

Definition at line 27 of file EvtRecEvent.h.

References m_nneu.

Referenced by EvtRecEventCnv::DataObjectToTObject().

00027 {return m_nneu;}

int EvtRecEvent::totalTracks (  )  const [inline]

Definition at line 21 of file EvtRecEvent.h.

References m_tottks.

Referenced by EvtRecEventCnv::DataObjectToTObject(), and Pi0::make_gamma_list().

00021 {return m_tottks;}


Member Data Documentation

int EvtRecEvent::m_nchrg [private]

Definition at line 42 of file EvtRecEvent.h.

Referenced by setTotalCharged(), and totalCharged().

int EvtRecEvent::m_ndtag [private]

Definition at line 46 of file EvtRecEvent.h.

Referenced by numberOfDTag(), and setNumberOfDTag().

int EvtRecEvent::m_nneu [private]

Definition at line 43 of file EvtRecEvent.h.

Referenced by setTotalNeutral(), and totalNeutral().

int EvtRecEvent::m_npi0 [private]

Definition at line 45 of file EvtRecEvent.h.

Referenced by numberOfPi0(), and setNumberOfPi0().

int EvtRecEvent::m_nvee [private]

Definition at line 44 of file EvtRecEvent.h.

Referenced by numberOfVee(), and setNumberOfVee().

int EvtRecEvent::m_tottks [private]

Definition at line 41 of file EvtRecEvent.h.

Referenced by setTotalTracks(), and totalTracks().


Generated on Tue Nov 29 23:19:16 2016 for BOSS_7.0.2 by  doxygen 1.4.7