The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IGenericTool.h
Go to the documentation of this file.
1
#ifndef GAUDIALG_IGENERICTOOL_H
2
#define GAUDIALG_IGENERICTOOL_H 1
3
4
// Include files
5
#include "
GaudiKernel/IAlgTool.h
"
6
13
class
GAUDI_API
IGenericTool
:
virtual
public
IAlgTool
14
{
15
public
:
17
DeclareInterfaceID
(
IGenericTool
, 2, 0 );
18
20
virtual
void
execute
() = 0;
21
22
virtual
~
IGenericTool
() =
default
;
23
};
24
#endif // KERNEL_INORMALIZETOOL_H
Gaudi::Functional::execute
StatusCode execute() override final
IAlgTool::DeclareInterfaceID
DeclareInterfaceID(IAlgTool, 4, 0)
InterfaceID.
IGenericTool
General purpose interface class for tools that "do something".
Definition:
IGenericTool.h:13
IAlgTool.h
IAlgTool
The interface implemented by the AlgTool base class.
Definition:
IAlgTool.h:23
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:104
GaudiAlg
GaudiAlg
IGenericTool.h
Generated on Wed Aug 1 2018 23:20:48 for The Gaudi Framework by
1.8.11