The Gaudi Framework
v29r0 (ff2e7097)
|
Wrapper around I/O-bound Gaudi-algorithms. More...
#include <GaudiHive/src/IOBoundAlgTask.h>
Public Member Functions | |
IOBoundAlgTask (IAlgorithm *algorithm, 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 |
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 24 of file IOBoundAlgTask.h.
|
inlineoverride |
Definition at line 29 of file IOBoundAlgTask.h.
|
overridevirtual |
Implements IAlgTask.
Definition at line 13 of file IOBoundAlgTask.cpp.
|
private |
Definition at line 36 of file IOBoundAlgTask.h.
|
private |
Definition at line 34 of file IOBoundAlgTask.h.
|
private |
Definition at line 35 of file IOBoundAlgTask.h.
|
private |
Definition at line 37 of file IOBoundAlgTask.h.