The Gaudi Framework
v26r4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IAlgTool.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IALGTOOL_H
2
#define GAUDIKERNEL_IALGTOOL_H
3
4
// Include files
5
#include "GaudiKernel/INamedInterface.h"
6
#include "GaudiKernel/IStateful.h"
7
#include <string>
8
9
// Forward declarations
10
class
IAlgorithm
;
11
22
class
GAUDI_API
IAlgTool
:
virtual
public
extend_interfaces2
<INamedInterface,IStateful> {
23
public
:
25
DeclareInterfaceID
(
IAlgTool
,4,0);
26
28
~
IAlgTool
()
override
=
default
;
29
31
virtual
const
std::string&
type
()
const
= 0;
32
36
virtual
const
IInterface
* parent()
const
= 0;
37
42
virtual
StatusCode
sysInitialize() = 0;
43
48
virtual
StatusCode
sysStart() = 0;
49
54
virtual
StatusCode
sysStop() = 0;
55
60
virtual
StatusCode
sysFinalize() = 0;
61
66
virtual
StatusCode
sysReinitialize() = 0;
67
72
virtual
StatusCode
sysRestart() = 0;
73
74
};
75
76
#endif // GAUDIKERNEL_IALGTOOL_H
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
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:14
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:26
extend_interfaces
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:11
IInterface
Definition of the basic interface.
Definition:
IInterface.h:234
IAlgorithm
The IAlgorithm is the interface implemented by the Algorithm base class.
Definition:
IAlgorithm.h:19
IAlgTool
The interface implemented by the AlgTool base class.
Definition:
IAlgTool.h:22
gaudirun.type
string type
Definition:
gaudirun.py:151
GaudiKernel
GaudiKernel
IAlgTool.h
Generated on Mon Oct 12 2015 16:26:48 for The Gaudi Framework by
1.8.9.1