The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IAccelerator.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IACCELERATOR_H
2
#define GAUDIKERNEL_IACCELERATOR_H
3
4
#include <functional>
5
#include <vector>
6
7
// Framework include files
8
#include "
GaudiKernel/IAlgTask.h
"
9
#include "
GaudiKernel/IInterface.h
"
10
18
class
GAUDI_API
IAccelerator
:
virtual
public
IInterface
19
{
20
public
:
22
DeclareInterfaceID
(
IAccelerator
, 1, 0 );
23
24
virtual
StatusCode
push(
IAlgTask
& task ) = 0;
25
};
26
#endif
IAccelerator
General interface for an accelerator-based algorithm scheduler.
Definition:
IAccelerator.h:18
IAlgTask.h
IAlgTask
General interface for a wrapper around Gaudi algorithm.
Definition:
IAlgTask.h:15
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:51
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:13
IInterface
Definition of the basic interface.
Definition:
IInterface.h:277
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:104
IInterface.h
GaudiKernel
GaudiKernel
IAccelerator.h
Generated on Wed Aug 1 2018 23:21:03 for The Gaudi Framework by
1.8.11