BOSS 7.1.0
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.
 

Static Public Member Functions

static const CLID & classID ()
 

Detailed Description

Definition at line 8 of file TrigEvent.h.

Constructor & Destructor Documentation

◆ TrigEvent()

TrigEvent::TrigEvent ( )
inline

Definition at line 10 of file TrigEvent.h.

10: DataObject() {}

◆ ~TrigEvent()

virtual TrigEvent::~TrigEvent ( )
inlinevirtual

Definition at line 11 of file TrigEvent.h.

11{}

Member Function Documentation

◆ classID()

static const CLID & TrigEvent::classID ( )
inlinestatic

Definition at line 16 of file TrigEvent.h.

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

Referenced by clID().

◆ clID()

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

Definition at line 15 of file TrigEvent.h.

15{ return TrigEvent::classID(); }
static const CLID & classID()
Definition: TrigEvent.h:16

◆ fromMc()

bool TrigEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 19 of file TrigEvent.h.

19 {
20 return m_fromMc;
21 }

Referenced by initialize().

◆ initialize()

void TrigEvent::initialize ( bool  fromMc)
inline

Definition at line 13 of file TrigEvent.h.

13{ m_fromMc = fromMc; }
bool fromMc() const
Retrieve flag of origin.
Definition: TrigEvent.h:19

Referenced by OfflineEvtFilterAlg::execute(), and TrigCnv::TObjectToDataObject().


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