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 public:
17 
19  virtual void execute() = 0;
20 
21  virtual ~IGenericTool() = default;
22 };
23 #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:107