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

Detailed Description

Constructor & Destructor Documentation

◆ EvtRecEvent() [1/3]

EvtRecEvent::EvtRecEvent ( )
inline

Definition at line 14 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

14{}

◆ ~EvtRecEvent() [1/3]

virtual EvtRecEvent::~EvtRecEvent ( )
inlinevirtual

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

15{}

◆ EvtRecEvent() [2/3]

EvtRecEvent::EvtRecEvent ( )
inline

◆ ~EvtRecEvent() [2/3]

virtual EvtRecEvent::~EvtRecEvent ( )
inlinevirtual

◆ EvtRecEvent() [3/3]

EvtRecEvent::EvtRecEvent ( )
inline

◆ ~EvtRecEvent() [3/3]

virtual EvtRecEvent::~EvtRecEvent ( )
inlinevirtual

Member Function Documentation

◆ classID() [1/3]

const CLID & EvtRecEvent::classID ( )
inlinestatic

Definition at line 18 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

18{ return CLID_EvtRecEvent; }
const CLID & CLID_EvtRecEvent

Referenced by clID().

◆ classID() [2/3]

const CLID & EvtRecEvent::classID ( )
inlinestatic

◆ classID() [3/3]

const CLID & EvtRecEvent::classID ( )
inlinestatic

◆ clID() [1/3]

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

◆ clID() [2/3]

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

◆ clID() [3/3]

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

◆ numberOfDTag() [1/3]

int EvtRecEvent::numberOfDTag ( ) const
inline

Definition at line 35 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

35{ return m_ndtag; }

◆ numberOfDTag() [2/3]

int EvtRecEvent::numberOfDTag ( ) const
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

35{ return m_ndtag; }

◆ numberOfDTag() [3/3]

int EvtRecEvent::numberOfDTag ( ) const
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

35{ return m_ndtag; }

◆ numberOfPi0() [1/3]

int EvtRecEvent::numberOfPi0 ( ) const
inline

Definition at line 32 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

32{ return m_npi0; }

Referenced by EvtRecEventCnv::DataObjectToTObject().

◆ numberOfPi0() [2/3]

int EvtRecEvent::numberOfPi0 ( ) const
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

32{ return m_npi0; }

◆ numberOfPi0() [3/3]

int EvtRecEvent::numberOfPi0 ( ) const
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

32{ return m_npi0; }

◆ numberOfVee() [1/3]

int EvtRecEvent::numberOfVee ( ) const
inline

Definition at line 29 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

29{ return m_nvee; }

Referenced by EvtRecEventCnv::DataObjectToTObject().

◆ numberOfVee() [2/3]

int EvtRecEvent::numberOfVee ( ) const
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

29{ return m_nvee; }

◆ numberOfVee() [3/3]

int EvtRecEvent::numberOfVee ( ) const
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

29{ return m_nvee; }

◆ setNumberOfDTag() [1/3]

void EvtRecEvent::setNumberOfDTag ( const int ndtag)
inline

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

36{ m_ndtag = ndtag; }

◆ setNumberOfDTag() [2/3]

void EvtRecEvent::setNumberOfDTag ( const int ndtag)
inline

Definition at line 36 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

36{ m_ndtag = ndtag; }

◆ setNumberOfDTag() [3/3]

void EvtRecEvent::setNumberOfDTag ( const int ndtag)
inline

Definition at line 36 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

36{ m_ndtag = ndtag; }

◆ setNumberOfPi0() [1/3]

void EvtRecEvent::setNumberOfPi0 ( const int npi0)
inline

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

33{ m_npi0 = npi0; }

Referenced by EvtRecEventCnv::TObjectToDataObject().

◆ setNumberOfPi0() [2/3]

void EvtRecEvent::setNumberOfPi0 ( const int npi0)
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

33{ m_npi0 = npi0; }

◆ setNumberOfPi0() [3/3]

void EvtRecEvent::setNumberOfPi0 ( const int npi0)
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

33{ m_npi0 = npi0; }

◆ setNumberOfVee() [1/3]

void EvtRecEvent::setNumberOfVee ( const int nvee)
inline

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

30{ m_nvee = nvee; }

Referenced by EvtRecEventCnv::TObjectToDataObject().

◆ setNumberOfVee() [2/3]

void EvtRecEvent::setNumberOfVee ( const int nvee)
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

30{ m_nvee = nvee; }

◆ setNumberOfVee() [3/3]

void EvtRecEvent::setNumberOfVee ( const int nvee)
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

30{ m_nvee = nvee; }

◆ setTotalCharged() [1/3]

void EvtRecEvent::setTotalCharged ( const int nchrg)
inline

◆ setTotalCharged() [2/3]

void EvtRecEvent::setTotalCharged ( const int nchrg)
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

24{ m_nchrg = nchrg; }

◆ setTotalCharged() [3/3]

void EvtRecEvent::setTotalCharged ( const int nchrg)
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

24{ m_nchrg = nchrg; }

◆ setTotalNeutral() [1/3]

void EvtRecEvent::setTotalNeutral ( const int nneu)
inline

◆ setTotalNeutral() [2/3]

void EvtRecEvent::setTotalNeutral ( const int nneu)
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

27{ m_nneu = nneu; }

◆ setTotalNeutral() [3/3]

void EvtRecEvent::setTotalNeutral ( const int nneu)
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

27{ m_nneu = nneu; }

◆ setTotalTracks() [1/3]

void EvtRecEvent::setTotalTracks ( const int tottks)
inline

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

21{ m_tottks = tottks; }

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

◆ setTotalTracks() [2/3]

void EvtRecEvent::setTotalTracks ( const int tottks)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

21{ m_tottks = tottks; }

◆ setTotalTracks() [3/3]

void EvtRecEvent::setTotalTracks ( const int tottks)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

21{ m_tottks = tottks; }

◆ totalCharged() [1/3]

int EvtRecEvent::totalCharged ( ) const
inline

Definition at line 23 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

23{ return m_nchrg; }

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

◆ totalCharged() [2/3]

int EvtRecEvent::totalCharged ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

23{ return m_nchrg; }

◆ totalCharged() [3/3]

int EvtRecEvent::totalCharged ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

23{ return m_nchrg; }

◆ totalNeutral() [1/3]

int EvtRecEvent::totalNeutral ( ) const
inline

Definition at line 26 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

26{ return m_nneu; }

Referenced by EvtRecEventCnv::DataObjectToTObject().

◆ totalNeutral() [2/3]

int EvtRecEvent::totalNeutral ( ) const
inline

Definition at line 26 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

26{ return m_nneu; }

◆ totalNeutral() [3/3]

int EvtRecEvent::totalNeutral ( ) const
inline

Definition at line 26 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

26{ return m_nneu; }

◆ totalTracks() [1/3]

int EvtRecEvent::totalTracks ( ) const
inline

Definition at line 20 of file Event/EvtRecEvent/include/EvtRecEvent/EvtRecEvent.h.

20{ return m_tottks; }

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

◆ totalTracks() [2/3]

int EvtRecEvent::totalTracks ( ) const
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-dbg/include/EvtRecEvent/EvtRecEvent.h.

20{ return m_tottks; }

◆ totalTracks() [3/3]

int EvtRecEvent::totalTracks ( ) const
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-opt/include/EvtRecEvent/EvtRecEvent.h.

20{ return m_tottks; }

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