BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecEvent Class Reference

#include <TEvtRecEvent.h>

+ Inheritance diagram for TEvtRecEvent:

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)
 
 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)
 

Detailed Description

Constructor & Destructor Documentation

◆ TEvtRecEvent() [1/2]

TEvtRecEvent::TEvtRecEvent ( )

◆ ~TEvtRecEvent() [1/2]

TEvtRecEvent::~TEvtRecEvent ( )
virtual

Definition at line 13 of file TEvtRecEvent.cxx.

13 {
14}

◆ TEvtRecEvent() [2/2]

TEvtRecEvent::TEvtRecEvent ( )

◆ ~TEvtRecEvent() [2/2]

virtual TEvtRecEvent::~TEvtRecEvent ( )
virtual

Member Function Documentation

◆ Clear() [1/2]

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

Definition at line 19 of file TEvtRecEvent.cxx.

19 {
20}

◆ Clear() [2/2]

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

◆ initialize() [1/2]

void TEvtRecEvent::initialize ( )

Definition at line 16 of file TEvtRecEvent.cxx.

16 {
17}

◆ initialize() [2/2]

void TEvtRecEvent::initialize ( )

◆ numberOfDTag() [1/2]

Int_t TEvtRecEvent::numberOfDTag ( ) const
inline

◆ numberOfDTag() [2/2]

Int_t TEvtRecEvent::numberOfDTag ( ) const
inline

Definition at line 26 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

26{ return m_ndtag; }

◆ numberOfEtaToGG() [1/2]

Int_t TEvtRecEvent::numberOfEtaToGG ( ) const
inline

◆ numberOfEtaToGG() [2/2]

Int_t TEvtRecEvent::numberOfEtaToGG ( ) const
inline

Definition at line 25 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

25{ return m_neta; }

◆ numberOfPi0() [1/2]

Int_t TEvtRecEvent::numberOfPi0 ( ) const
inline

◆ numberOfPi0() [2/2]

Int_t TEvtRecEvent::numberOfPi0 ( ) const
inline

Definition at line 24 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

24{ return m_npi0; }

◆ numberOfVee() [1/2]

Int_t TEvtRecEvent::numberOfVee ( ) const
inline

◆ numberOfVee() [2/2]

Int_t TEvtRecEvent::numberOfVee ( ) const
inline

Definition at line 23 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

23{ return m_nvee; }

◆ Print() [1/2]

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

Definition at line 22 of file TEvtRecEvent.cxx.

22 {
23 TObject::Print(option);
24}

◆ Print() [2/2]

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

◆ setNumberOfDTag() [1/2]

void TEvtRecEvent::setNumberOfDTag ( const int  ndtag)
inline

Definition at line 34 of file Event/RootEventData/RootEventData-00-03-80/RootEventData/TEvtRecEvent.h.

34{ m_ndtag = ndtag; }

Referenced by TEvtRecObject::setEvtRecEvent().

◆ setNumberOfDTag() [2/2]

void TEvtRecEvent::setNumberOfDTag ( const int  ndtag)
inline

Definition at line 34 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

34{ m_ndtag = ndtag; }

◆ setNumberOfEtaToGG() [1/2]

void TEvtRecEvent::setNumberOfEtaToGG ( const int  neta)
inline

◆ setNumberOfEtaToGG() [2/2]

void TEvtRecEvent::setNumberOfEtaToGG ( const int  neta)
inline

Definition at line 33 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

33{ m_neta = neta; }

◆ setNumberOfPi0() [1/2]

void TEvtRecEvent::setNumberOfPi0 ( const int  npi0)
inline

◆ setNumberOfPi0() [2/2]

void TEvtRecEvent::setNumberOfPi0 ( const int  npi0)
inline

Definition at line 32 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

32{ m_npi0 = npi0; }

◆ setNumberOfVee() [1/2]

void TEvtRecEvent::setNumberOfVee ( const int  nvee)
inline

◆ setNumberOfVee() [2/2]

void TEvtRecEvent::setNumberOfVee ( const int  nvee)
inline

Definition at line 31 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

31{ m_nvee = nvee; }

◆ setTotalCharged() [1/2]

void TEvtRecEvent::setTotalCharged ( const int  nchrg)
inline

◆ setTotalCharged() [2/2]

void TEvtRecEvent::setTotalCharged ( const int  nchrg)
inline

Definition at line 29 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

29{ m_nchrg = nchrg; }

◆ setTotalNeutral() [1/2]

void TEvtRecEvent::setTotalNeutral ( const int  nneu)
inline

◆ setTotalNeutral() [2/2]

void TEvtRecEvent::setTotalNeutral ( const int  nneu)
inline

Definition at line 30 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

30{ m_nneu = nneu; }

◆ setTotalTracks() [1/2]

void TEvtRecEvent::setTotalTracks ( const int  tottks)
inline

◆ setTotalTracks() [2/2]

void TEvtRecEvent::setTotalTracks ( const int  tottks)
inline

Definition at line 28 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

28{ m_tottks = tottks; }

◆ totalCharged() [1/2]

Int_t TEvtRecEvent::totalCharged ( ) const
inline

◆ totalCharged() [2/2]

Int_t TEvtRecEvent::totalCharged ( ) const
inline

Definition at line 21 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

21{ return m_nchrg; }

◆ totalNeutral() [1/2]

Int_t TEvtRecEvent::totalNeutral ( ) const
inline

◆ totalNeutral() [2/2]

Int_t TEvtRecEvent::totalNeutral ( ) const
inline

Definition at line 22 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

22{ return m_nneu; }

◆ totalTracks() [1/2]

Int_t TEvtRecEvent::totalTracks ( ) const
inline

◆ totalTracks() [2/2]

Int_t TEvtRecEvent::totalTracks ( ) const
inline

Definition at line 20 of file InstallArea/include/RootEventData/RootEventData/TEvtRecEvent.h.

20{ return m_tottks; }

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