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

EvtRecEvent Class Reference

#include <EvtRecEvent.h>

List of all members.

Public Member Functions

virtual const CLID & clID () const
virtual const CLID & clID () const
 EvtRecEvent ()
 EvtRecEvent ()
int numberOfDTag () const
int numberOfDTag () const
int numberOfPi0 () const
int numberOfPi0 () const
int numberOfVee () const
int numberOfVee () const
void setNumberOfDTag (const int ndtag)
void setNumberOfDTag (const int ndtag)
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)
int totalCharged () const
int totalCharged () const
int totalNeutral () const
int totalNeutral () const
int totalTracks () const
int totalTracks () const
virtual ~EvtRecEvent ()
virtual ~EvtRecEvent ()

Static Public Member Functions

const CLID & classID ()
const CLID & classID ()

Private Attributes

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


Constructor & Destructor Documentation

EvtRecEvent::EvtRecEvent  )  [inline]
 

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

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

00016 {}

EvtRecEvent::EvtRecEvent  )  [inline]
 

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

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

00016 {}


Member Function Documentation

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

00019 { return CLID_EvtRecEvent; }

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

00019 { return CLID_EvtRecEvent; }

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

00018 { return  EvtRecEvent::classID();}

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

00018 { return  EvtRecEvent::classID();}

int EvtRecEvent::numberOfDTag  )  const [inline]
 

00036 {return m_ndtag;}

int EvtRecEvent::numberOfDTag  )  const [inline]
 

00036 {return m_ndtag;}

int EvtRecEvent::numberOfPi0  )  const [inline]
 

00033 {return m_npi0;}

int EvtRecEvent::numberOfPi0  )  const [inline]
 

00033 {return m_npi0;}

int EvtRecEvent::numberOfVee  )  const [inline]
 

00030 {return m_nvee;}

int EvtRecEvent::numberOfVee  )  const [inline]
 

00030 {return m_nvee;}

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

00037 {m_ndtag = ndtag;}

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

00037 {m_ndtag = ndtag;}

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

00034 {m_npi0 = npi0;}

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

00034 {m_npi0 = npi0;}

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

00031 {m_nvee = nvee;}

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

00031 {m_nvee = nvee;}

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

00025 {m_nchrg = nchrg;}

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

00025 {m_nchrg = nchrg;}

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

00028 {m_nneu = nneu;}

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

00028 {m_nneu = nneu;}

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

00022 {m_tottks = tottks;}

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

00022 {m_tottks = tottks;}

int EvtRecEvent::totalCharged  )  const [inline]
 

00024 {return m_nchrg;}

int EvtRecEvent::totalCharged  )  const [inline]
 

00024 {return m_nchrg;}

int EvtRecEvent::totalNeutral  )  const [inline]
 

00027 {return m_nneu;}

int EvtRecEvent::totalNeutral  )  const [inline]
 

00027 {return m_nneu;}

int EvtRecEvent::totalTracks  )  const [inline]
 

00021 {return m_tottks;}

int EvtRecEvent::totalTracks  )  const [inline]
 

00021 {return m_tottks;}


Member Data Documentation

int EvtRecEvent::m_nchrg [private]
 

int EvtRecEvent::m_ndtag [private]
 

int EvtRecEvent::m_nneu [private]
 

int EvtRecEvent::m_npi0 [private]
 

int EvtRecEvent::m_nvee [private]
 

int EvtRecEvent::m_tottks [private]
 


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