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

Detailed Description

Definition at line 7 of file TEvtRecEvent.h.

Constructor & Destructor Documentation

◆ TEvtRecEvent()

TEvtRecEvent::TEvtRecEvent ( )

◆ ~TEvtRecEvent()

TEvtRecEvent::~TEvtRecEvent ( )
virtual

Definition at line 13 of file TEvtRecEvent.cxx.

13 {
14}

Member Function Documentation

◆ Clear()

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

Definition at line 19 of file TEvtRecEvent.cxx.

19 {
20}

◆ initialize()

void TEvtRecEvent::initialize ( )

Definition at line 16 of file TEvtRecEvent.cxx.

16 {
17}

◆ numberOfDTag()

Int_t TEvtRecEvent::numberOfDTag ( ) const
inline

Definition at line 26 of file TEvtRecEvent.h.

26{ return m_ndtag; }

Referenced by TEvtRecObject::setEvtRecEvent().

◆ numberOfEtaToGG()

Int_t TEvtRecEvent::numberOfEtaToGG ( ) const
inline

Definition at line 25 of file TEvtRecEvent.h.

25{ return m_neta; }

Referenced by TEvtRecObject::setEvtRecEvent().

◆ numberOfPi0()

Int_t TEvtRecEvent::numberOfPi0 ( ) const
inline

Definition at line 24 of file TEvtRecEvent.h.

24{ return m_npi0; }

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

◆ numberOfVee()

Int_t TEvtRecEvent::numberOfVee ( ) const
inline

Definition at line 23 of file TEvtRecEvent.h.

23{ return m_nvee; }

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

◆ Print()

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

Definition at line 22 of file TEvtRecEvent.cxx.

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

◆ setNumberOfDTag()

void TEvtRecEvent::setNumberOfDTag ( const int  ndtag)
inline

Definition at line 34 of file TEvtRecEvent.h.

34{ m_ndtag = ndtag; }

Referenced by TEvtRecObject::setEvtRecEvent().

◆ setNumberOfEtaToGG()

void TEvtRecEvent::setNumberOfEtaToGG ( const int  neta)
inline

Definition at line 33 of file TEvtRecEvent.h.

33{ m_neta = neta; }

Referenced by TEvtRecObject::setEvtRecEvent().

◆ setNumberOfPi0()

void TEvtRecEvent::setNumberOfPi0 ( const int  npi0)
inline

Definition at line 32 of file TEvtRecEvent.h.

32{ m_npi0 = npi0; }

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

◆ setNumberOfVee()

void TEvtRecEvent::setNumberOfVee ( const int  nvee)
inline

Definition at line 31 of file TEvtRecEvent.h.

31{ m_nvee = nvee; }

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

◆ setTotalCharged()

void TEvtRecEvent::setTotalCharged ( const int  nchrg)
inline

Definition at line 29 of file TEvtRecEvent.h.

29{ m_nchrg = nchrg; }

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

◆ setTotalNeutral()

void TEvtRecEvent::setTotalNeutral ( const int  nneu)
inline

Definition at line 30 of file TEvtRecEvent.h.

30{ m_nneu = nneu; }

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

◆ setTotalTracks()

void TEvtRecEvent::setTotalTracks ( const int  tottks)
inline

Definition at line 28 of file TEvtRecEvent.h.

28{ m_tottks = tottks; }

Referenced by EvtRecEventCnv::DataObjectToTObject(), and TEvtRecObject::setEvtRecEvent().

◆ totalCharged()

Int_t TEvtRecEvent::totalCharged ( ) const
inline

Definition at line 21 of file TEvtRecEvent.h.

21{ return m_nchrg; }

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

◆ totalNeutral()

Int_t TEvtRecEvent::totalNeutral ( ) const
inline

Definition at line 22 of file TEvtRecEvent.h.

22{ return m_nneu; }

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().

◆ totalTracks()

Int_t TEvtRecEvent::totalTracks ( ) const
inline

Definition at line 20 of file TEvtRecEvent.h.

20{ return m_tottks; }

Referenced by TEvtRecObject::setEvtRecEvent(), and EvtRecEventCnv::TObjectToDataObject().


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