![]() |
The Gaudi Framework
v28r2
|
Wrapper around I/O-bound Gaudi-algorithms. More...
#include <GaudiHive/src/IOBoundAlgTask.h>


Public Member Functions | |
| IOBoundAlgTask (IAlgorithm *algorithm, unsigned int algoIndex, EventContext *ctx, ISvcLocator *svcLocator, IAlgExecStateSvc *aem) | |
| ~IOBoundAlgTask () override | |
| virtual StatusCode | execute () override |
Public Member Functions inherited from IAlgTask | |
| virtual | ~IAlgTask ()=default |
Private Attributes | |
| SmartIF< IAlgorithm > | m_algorithm |
| EventContext * | m_evtCtx |
| const unsigned int | m_algoIndex |
| IAlgExecStateSvc * | m_aess |
| SmartIF< ISvcLocator > | m_serviceLocator |
Wrapper around I/O-bound Gaudi-algorithms.
It may also cover the accelerator-targeted algorithms. It must be used to prepare algorithms before sending them to I/O-bound scheduler.
Definition at line 21 of file IOBoundAlgTask.h.
|
inline |
Definition at line 23 of file IOBoundAlgTask.h.
|
inlineoverride |
Definition at line 34 of file IOBoundAlgTask.h.
|
overridevirtual |
Implements IAlgTask.
Definition at line 13 of file IOBoundAlgTask.cpp.
|
private |
Definition at line 42 of file IOBoundAlgTask.h.
|
private |
Definition at line 41 of file IOBoundAlgTask.h.
|
private |
Definition at line 39 of file IOBoundAlgTask.h.
|
private |
Definition at line 40 of file IOBoundAlgTask.h.
|
private |
Definition at line 43 of file IOBoundAlgTask.h.