|
BOSS 8.0.0
BESIII Offline Software System
|
#include <IEFEventLoopMgr.h>
Public Member Functions | |
| virtual StatusCode | prepareForRun (int)=0 |
| prepare for run step | |
| virtual bool | getTrigChn (uint32_t *, uint32_t)=0 |
| virtual std::string | EF_Decision ()=0 |
| return data from EF decision | |
| virtual uint32_t | EF_Version ()=0 |
| return version number | |
| virtual uint32_t | EF_Algorithm_Tag ()=0 |
| return algorithm tag | |
| virtual uint32_t | EF_Total_Energy ()=0 |
| return total energy | |
| virtual uint32_t * | EF_Fragment_Address ()=0 |
| Return a pointer to the local memory containing the EF subdetector fragment. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
Definition at line 11 of file IEFEventLoopMgr.h.
|
pure virtual |
return algorithm tag
Implemented in EFEventLoopMgr.
|
pure virtual |
return data from EF decision
Implemented in EFEventLoopMgr.
|
pure virtual |
Return a pointer to the local memory containing the EF subdetector fragment.
Implemented in EFEventLoopMgr.
|
pure virtual |
return total energy
Implemented in EFEventLoopMgr.
|
pure virtual |
return version number
Implemented in EFEventLoopMgr.
|
pure virtual |
Implemented in EFEventLoopMgr.
|
inlinestatic |
Retrieve interface ID.
Definition at line 14 of file IEFEventLoopMgr.h.
Referenced by EFEventLoopMgr::queryInterface().
|
pure virtual |
prepare for run step
Implemented in EFEventLoopMgr.