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

Detailed Description

Constructor & Destructor Documentation

◆ HltEvent() [1/2]

HltEvent::HltEvent ( )
inline

Definition at line 10 of file Event/HltEvent/HltEvent-00-02-07/HltEvent/HltEvent.h.

10: DataObject() {}

◆ ~HltEvent() [1/2]

virtual HltEvent::~HltEvent ( )
inlinevirtual

Definition at line 11 of file Event/HltEvent/HltEvent-00-02-07/HltEvent/HltEvent.h.

11{}

◆ HltEvent() [2/2]

HltEvent::HltEvent ( )
inline

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

10: DataObject() {}

◆ ~HltEvent() [2/2]

virtual HltEvent::~HltEvent ( )
inlinevirtual

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

11{}

Member Function Documentation

◆ classID() [1/2]

static const CLID & HltEvent::classID ( )
inlinestatic

Definition at line 16 of file Event/HltEvent/HltEvent-00-02-07/HltEvent/HltEvent.h.

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

Referenced by clID().

◆ classID() [2/2]

static const CLID & HltEvent::classID ( )
inlinestatic

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

16{ return CLID_HltEvent; }

◆ clID() [1/2]

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

◆ clID() [2/2]

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

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

15{ return HltEvent::classID(); }

◆ fromMc() [1/2]

bool HltEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 19 of file Event/HltEvent/HltEvent-00-02-07/HltEvent/HltEvent.h.

19 {
20 return m_fromMc;
21 }

Referenced by initialize().

◆ fromMc() [2/2]

bool HltEvent::fromMc ( ) const
inline

Retrieve flag of origin.

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

19 {
20 return m_fromMc;
21 }

◆ initialize() [1/2]

void HltEvent::initialize ( bool  fromMc)
inline

Definition at line 13 of file Event/HltEvent/HltEvent-00-02-07/HltEvent/HltEvent.h.

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

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

◆ initialize() [2/2]

void HltEvent::initialize ( bool  fromMc)
inline

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

13{ m_fromMc = fromMc; }

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