The Gaudi Framework  v33r0 (d5ea422b)
AlgoExecutionTask.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIHIVE_ALGOEXECUTIONTASK_H
12 #define GAUDIHIVE_ALGOEXECUTIONTASK_H
13 
14 // Framework include files
17 #include "GaudiKernel/IAlgorithm.h"
19 #include "GaudiKernel/SmartIF.h"
20 
21 #include "AvalancheSchedulerSvc.h"
22 
23 // External libs
24 #include "tbb/task.h"
25 
26 class AlgoExecutionTask : public tbb::task {
27 public:
30  tbb::task* execute() override;
31 
32 private:
36 };
37 
38 #endif
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:35
IAlgExecStateSvc * m_aess
SmartIF< ISvcLocator > m_serviceLocator
tbb::task * execute() override
AlgoExecutionTask(AvalancheSchedulerSvc *scheduler, ISvcLocator *svcLocator, IAlgExecStateSvc *aem)
AvalancheSchedulerSvc * m_scheduler
GAUDI_API ISvcLocator * svcLocator()
Abstract interface for a service that manages the Algorithm execution states.