The Gaudi Framework
v29r0 (ff2e7097)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
AlgoExecutionTask.h
Go to the documentation of this file.
1
#ifndef GAUDIHIVE_ALGOEXECUTIONTASK_H
2
#define GAUDIHIVE_ALGOEXECUTIONTASK_H
3
4
// Framework include files
5
#include "
GaudiKernel/EventContext.h
"
6
#include "
GaudiKernel/IAlgExecStateSvc.h
"
7
#include "
GaudiKernel/IAlgorithm.h
"
8
#include "
GaudiKernel/ISvcLocator.h
"
9
#include "
GaudiKernel/SmartIF.h
"
10
11
// External libs
12
#include "tbb/task.h"
13
14
class
AlgoExecutionTask
:
public
tbb::task
15
{
16
public
:
17
AlgoExecutionTask
(
IAlgorithm
* algorithm,
EventContext
* ctx,
ISvcLocator
*
svcLocator
,
IAlgExecStateSvc
* aem )
18
:
m_algorithm
( algorithm ),
m_evtCtx
( ctx ),
m_aess
( aem ),
m_serviceLocator
( svcLocator ){};
19
tbb::task*
execute
()
override
;
20
21
private
:
22
SmartIF<IAlgorithm>
m_algorithm
;
23
EventContext
*
m_evtCtx
;
24
IAlgExecStateSvc
*
m_aess
;
25
SmartIF<ISvcLocator>
m_serviceLocator
;
26
};
27
28
#endif
SmartIF< IAlgorithm >
ISvcLocator
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition:
ISvcLocator.h:25
IAlgExecStateSvc.h
AlgoExecutionTask::m_aess
IAlgExecStateSvc * m_aess
Definition:
AlgoExecutionTask.h:24
IAlgorithm.h
AlgoExecutionTask
Definition:
AlgoExecutionTask.h:14
AlgoExecutionTask::m_serviceLocator
SmartIF< ISvcLocator > m_serviceLocator
Definition:
AlgoExecutionTask.h:25
EventContext.h
AlgoExecutionTask::m_algorithm
SmartIF< IAlgorithm > m_algorithm
Definition:
AlgoExecutionTask.h:22
EventContext
This class represents an entry point to all the event specific data.
Definition:
EventContext.h:24
AlgoExecutionTask::execute
tbb::task * execute() override
Definition:
AlgoExecutionTask.cpp:14
Gaudi::svcLocator
GAUDI_API ISvcLocator * svcLocator()
IAlgExecStateSvc
Abstract interface for a service that manages the Algorithm execution states.
Definition:
IAlgExecStateSvc.h:62
SmartIF.h
IAlgorithm
The IAlgorithm is the interface implemented by the Algorithm base class.
Definition:
IAlgorithm.h:28
AlgoExecutionTask::AlgoExecutionTask
AlgoExecutionTask(IAlgorithm *algorithm, EventContext *ctx, ISvcLocator *svcLocator, IAlgExecStateSvc *aem)
Definition:
AlgoExecutionTask.h:17
AlgoExecutionTask::m_evtCtx
EventContext * m_evtCtx
Definition:
AlgoExecutionTask.h:23
ISvcLocator.h
GaudiHive
src
AlgoExecutionTask.h
Generated on Tue Sep 26 2017 11:39:03 for The Gaudi Framework by
1.8.11