Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012

IGenericTool.h

Go to the documentation of this file.
00001 // $Id: IGenericTool.h,v 1.1 2008/07/17 13:35:06 marcocle Exp $
00002 #ifndef GAUDIALG_IGENERICTOOL_H
00003 #define GAUDIALG_IGENERICTOOL_H 1
00004 
00005 // Include files
00006 #include "GaudiKernel/IAlgTool.h"
00007 
00014 class GAUDI_API IGenericTool: virtual public IAlgTool {
00015 public:
00017   DeclareInterfaceID(IGenericTool,2,0);
00018 
00020   virtual void execute() = 0;
00021 
00022   virtual ~IGenericTool();
00023 };
00024 #endif // KERNEL_INORMALIZETOOL_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:14 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004