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

Detailed Description

Definition at line 8 of file Event/TrigEvent/include/TrigEvent/TrigEvent.h.

Constructor & Destructor Documentation

◆ TrigEvent() [1/3]

TrigEvent::TrigEvent ( )
inline

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

10: DataObject() {}

◆ ~TrigEvent() [1/3]

virtual TrigEvent::~TrigEvent ( )
inlinevirtual

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

11{}

◆ TrigEvent() [2/3]

TrigEvent::TrigEvent ( )
inline

Definition at line 10 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrigEvent/TrigEvent.h.

10: DataObject() {}

◆ ~TrigEvent() [2/3]

virtual TrigEvent::~TrigEvent ( )
inlinevirtual

◆ TrigEvent() [3/3]

TrigEvent::TrigEvent ( )
inline

Definition at line 10 of file InstallArea/x86_64-el9-gcc13-opt/include/TrigEvent/TrigEvent.h.

10: DataObject() {}

◆ ~TrigEvent() [3/3]

virtual TrigEvent::~TrigEvent ( )
inlinevirtual

Member Function Documentation

◆ classID() [1/3]

const CLID & TrigEvent::classID ( )
inlinestatic

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

16{ return CLID_TrigEvent; }
const CLID & CLID_TrigEvent

Referenced by clID().

◆ classID() [2/3]

const CLID & TrigEvent::classID ( )
inlinestatic

◆ classID() [3/3]

const CLID & TrigEvent::classID ( )
inlinestatic

◆ clID() [1/3]

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

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

15{ return TrigEvent::classID(); }

◆ clID() [2/3]

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

◆ clID() [3/3]

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

◆ fromMc() [1/3]

bool TrigEvent::fromMc ( ) const
inline

Retrieve flag of origin.

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

19{ return m_fromMc; }

Referenced by initialize().

◆ fromMc() [2/3]

bool TrigEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrigEvent/TrigEvent.h.

19{ return m_fromMc; }

◆ fromMc() [3/3]

bool TrigEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-opt/include/TrigEvent/TrigEvent.h.

19{ return m_fromMc; }

◆ initialize() [1/3]

void TrigEvent::initialize ( bool fromMc)
inline

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

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

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

◆ initialize() [2/3]

void TrigEvent::initialize ( bool fromMc)
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrigEvent/TrigEvent.h.

13{ m_fromMc = fromMc; }

◆ initialize() [3/3]

void TrigEvent::initialize ( bool fromMc)
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-opt/include/TrigEvent/TrigEvent.h.

13{ m_fromMc = fromMc; }

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