BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
TrigEvent Class Reference

#include <TrigEvent.h>

+ Inheritance diagram for TrigEvent:

Public Member Functions

 TrigEvent ()
 
virtual ~TrigEvent ()
 
void initialize (bool fromMc)
 
virtual const CLID & clID () const
 
bool fromMc () const
 Retrieve flag of origin.
 
 TrigEvent ()
 
virtual ~TrigEvent ()
 
void initialize (bool fromMc)
 
virtual const CLID & clID () const
 
bool fromMc () const
 Retrieve flag of origin.
 

Static Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ TrigEvent() [1/2]

TrigEvent::TrigEvent ( )
inline

Definition at line 10 of file Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigEvent.h.

10: DataObject() {}

◆ ~TrigEvent() [1/2]

virtual TrigEvent::~TrigEvent ( )
inlinevirtual

◆ TrigEvent() [2/2]

TrigEvent::TrigEvent ( )
inline

Definition at line 10 of file InstallArea/include/TrigEvent/TrigEvent/TrigEvent.h.

10: DataObject() {}

◆ ~TrigEvent() [2/2]

virtual TrigEvent::~TrigEvent ( )
inlinevirtual

Definition at line 11 of file InstallArea/include/TrigEvent/TrigEvent/TrigEvent.h.

11{}

Member Function Documentation

◆ classID() [1/2]

static const CLID & TrigEvent::classID ( )
inlinestatic

Definition at line 16 of file Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigEvent.h.

16{ return CLID_TrigEvent; }
const CLID & CLID_TrigEvent
Definition: EventModel.cxx:277

Referenced by clID().

◆ classID() [2/2]

static const CLID & TrigEvent::classID ( )
inlinestatic

Definition at line 16 of file InstallArea/include/TrigEvent/TrigEvent/TrigEvent.h.

16{ return CLID_TrigEvent; }

◆ clID() [1/2]

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

◆ clID() [2/2]

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

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

15{ return TrigEvent::classID(); }

◆ fromMc() [1/2]

bool TrigEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 19 of file Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigEvent.h.

19 {
20 return m_fromMc;
21 }

Referenced by initialize().

◆ fromMc() [2/2]

bool TrigEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 19 of file InstallArea/include/TrigEvent/TrigEvent/TrigEvent.h.

19 {
20 return m_fromMc;
21 }

◆ initialize() [1/2]

void TrigEvent::initialize ( bool  fromMc)
inline

Definition at line 13 of file Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigEvent.h.

13{ m_fromMc = fromMc; }
bool fromMc() const
Retrieve flag of origin.

Referenced by TrigCnv::TObjectToDataObject().

◆ initialize() [2/2]

void TrigEvent::initialize ( bool  fromMc)
inline

Definition at line 13 of file InstallArea/include/TrigEvent/TrigEvent/TrigEvent.h.

13{ m_fromMc = fromMc; }

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