BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtRecEvent Class Reference

#include <EvtRecEvent.h>

+ Inheritance diagram for EvtRecEvent:

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)
 
 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 ()
 
static const CLID & classID ()
 

Detailed Description

Constructor & Destructor Documentation

◆ EvtRecEvent() [1/2]

EvtRecEvent::EvtRecEvent ( )
inline

Definition at line 15 of file Event/EvtRecEvent/EvtRecEvent-00-02-03/EvtRecEvent/EvtRecEvent.h.

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

◆ ~EvtRecEvent() [1/2]

virtual EvtRecEvent::~EvtRecEvent ( )
inlinevirtual

◆ EvtRecEvent() [2/2]

EvtRecEvent::EvtRecEvent ( )
inline

Definition at line 15 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

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

◆ ~EvtRecEvent() [2/2]

virtual EvtRecEvent::~EvtRecEvent ( )
inlinevirtual

Member Function Documentation

◆ classID() [1/2]

static const CLID & EvtRecEvent::classID ( )
inlinestatic

Definition at line 19 of file Event/EvtRecEvent/EvtRecEvent-00-02-03/EvtRecEvent/EvtRecEvent.h.

19{ return CLID_EvtRecEvent; }
const CLID & CLID_EvtRecEvent
Definition: EventModel.cxx:372

Referenced by clID().

◆ classID() [2/2]

static const CLID & EvtRecEvent::classID ( )
inlinestatic

◆ clID() [1/2]

virtual const CLID & EvtRecEvent::clID ( ) const
inlinevirtual

◆ clID() [2/2]

virtual const CLID & EvtRecEvent::clID ( ) const
inlinevirtual

◆ numberOfDTag() [1/2]

int EvtRecEvent::numberOfDTag ( ) const
inline

Definition at line 36 of file Event/EvtRecEvent/EvtRecEvent-00-02-03/EvtRecEvent/EvtRecEvent.h.

36{return m_ndtag;}

◆ numberOfDTag() [2/2]

int EvtRecEvent::numberOfDTag ( ) const
inline

Definition at line 36 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

36{return m_ndtag;}

◆ numberOfPi0() [1/2]

int EvtRecEvent::numberOfPi0 ( ) const
inline

◆ numberOfPi0() [2/2]

int EvtRecEvent::numberOfPi0 ( ) const
inline

Definition at line 33 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

33{return m_npi0;}

◆ numberOfVee() [1/2]

int EvtRecEvent::numberOfVee ( ) const
inline

◆ numberOfVee() [2/2]

int EvtRecEvent::numberOfVee ( ) const
inline

Definition at line 30 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

30{return m_nvee;}

◆ setNumberOfDTag() [1/2]

void EvtRecEvent::setNumberOfDTag ( const int  ndtag)
inline

Definition at line 37 of file Event/EvtRecEvent/EvtRecEvent-00-02-03/EvtRecEvent/EvtRecEvent.h.

37{m_ndtag = ndtag;}

◆ setNumberOfDTag() [2/2]

void EvtRecEvent::setNumberOfDTag ( const int  ndtag)
inline

Definition at line 37 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

37{m_ndtag = ndtag;}

◆ setNumberOfPi0() [1/2]

void EvtRecEvent::setNumberOfPi0 ( const int  npi0)
inline

◆ setNumberOfPi0() [2/2]

void EvtRecEvent::setNumberOfPi0 ( const int  npi0)
inline

Definition at line 34 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

34{m_npi0 = npi0;}

◆ setNumberOfVee() [1/2]

void EvtRecEvent::setNumberOfVee ( const int  nvee)
inline

◆ setNumberOfVee() [2/2]

void EvtRecEvent::setNumberOfVee ( const int  nvee)
inline

Definition at line 31 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

31{m_nvee = nvee;}

◆ setTotalCharged() [1/2]

void EvtRecEvent::setTotalCharged ( const int  nchrg)
inline

◆ setTotalCharged() [2/2]

void EvtRecEvent::setTotalCharged ( const int  nchrg)
inline

Definition at line 25 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

25{m_nchrg = nchrg;}

◆ setTotalNeutral() [1/2]

void EvtRecEvent::setTotalNeutral ( const int  nneu)
inline

◆ setTotalNeutral() [2/2]

void EvtRecEvent::setTotalNeutral ( const int  nneu)
inline

Definition at line 28 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

28{m_nneu = nneu;}

◆ setTotalTracks() [1/2]

void EvtRecEvent::setTotalTracks ( const int  tottks)
inline

◆ setTotalTracks() [2/2]

void EvtRecEvent::setTotalTracks ( const int  tottks)
inline

Definition at line 22 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

22{m_tottks = tottks;}

◆ totalCharged() [1/2]

int EvtRecEvent::totalCharged ( ) const
inline

◆ totalCharged() [2/2]

int EvtRecEvent::totalCharged ( ) const
inline

Definition at line 24 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

24{return m_nchrg;}

◆ totalNeutral() [1/2]

int EvtRecEvent::totalNeutral ( ) const
inline

◆ totalNeutral() [2/2]

int EvtRecEvent::totalNeutral ( ) const
inline

Definition at line 27 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

27{return m_nneu;}

◆ totalTracks() [1/2]

int EvtRecEvent::totalTracks ( ) const
inline

◆ totalTracks() [2/2]

int EvtRecEvent::totalTracks ( ) const
inline

Definition at line 21 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEvent.h.

21{return m_tottks;}

The documentation for this class was generated from the following files: