Gaudi Framework, version v20r3

Generated: 24 Nov 2008

IGenericTool Class Reference

#include <GaudiAlg/IGenericTool.h>

Inheritance diagram for IGenericTool:

Inheritance graph
[legend]
Collaboration diagram for IGenericTool:

Collaboration graph
[legend]

List of all members.


Detailed Description

General purpose interface class for tools that "do something".

Author:
Marco Cattaneo
Date:
2005-12-14

Definition at line 16 of file IGenericTool.h.


Public Member Functions

virtual void execute ()=0
 Do the action.

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 Retrieve interface ID.

Member Function Documentation

static const InterfaceID& IGenericTool::interfaceID (  )  [inline, static]

Retrieve interface ID.

Reimplemented from IAlgTool.

Definition at line 20 of file IGenericTool.h.

00020                                           {
00021     return IID_IGenericTool;
00022   }

virtual void IGenericTool::execute (  )  [pure virtual]

Do the action.


The documentation for this class was generated from the following file:

Generated at Mon Nov 24 14:45:40 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004