The Gaudi Framework  v29r0 (ff2e7097)
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:
18 
20  virtual void execute() = 0;
21 
22  virtual ~IGenericTool() = default;
23 };
24 #endif // KERNEL_INORMALIZETOOL_H
StatusCode execute() override final
DeclareInterfaceID(IAlgTool, 4, 0)
InterfaceID.
General purpose interface class for tools that "do something".
Definition: IGenericTool.h:13
The interface implemented by the AlgTool base class.
Definition: IAlgTool.h:23
#define GAUDI_API
Definition: Kernel.h:110