BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
HltEvent Class Reference

#include <HltEvent.h>

+ Inheritance diagram for HltEvent:

Public Member Functions

 HltEvent ()
 
virtual ~HltEvent ()
 
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 HltEvent.h.

Constructor & Destructor Documentation

◆ HltEvent()

HltEvent::HltEvent ( )
inline

Definition at line 10 of file HltEvent.h.

10: DataObject() {}

◆ ~HltEvent()

virtual HltEvent::~HltEvent ( )
inlinevirtual

Definition at line 11 of file HltEvent.h.

11{}

Member Function Documentation

◆ classID()

static const CLID & HltEvent::classID ( )
inlinestatic

Definition at line 16 of file HltEvent.h.

16{ return CLID_HltEvent; }
const CLID & CLID_HltEvent
Definition: EventModel.cxx:283

Referenced by clID().

◆ clID()

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

Definition at line 15 of file HltEvent.h.

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

◆ fromMc()

bool HltEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 19 of file HltEvent.h.

19 {
20 return m_fromMc;
21 }

Referenced by initialize().

◆ initialize()

void HltEvent::initialize ( bool  fromMc)
inline

Definition at line 13 of file HltEvent.h.

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

Referenced by RawDataHltCnv::createObj(), OfflineEvtFilterAlg::execute(), and HltCnv::TObjectToDataObject().


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