AlgTool.h File Reference
Include dependency graph for AlgTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataObjectHandle< T >
 DataObjectHandle.h GaudiKernel/DataObjectHandle.h. More...
 
class  AlgTool
 Base class from which all the concrete tool classes should be derived. More...
 
struct  ToolFactory< T >
 

Macros

#define DECLARE_TOOL_FACTORY(x)   DECLARE_FACTORY_WITH_CREATOR(x, ToolFactory< x >, AlgTool::Factory)
 
#define DECLARE_NAMESPACE_TOOL_FACTORY(n, x)   DECLARE_TOOL_FACTORY(n::x)
 

Macro Definition Documentation

#define DECLARE_NAMESPACE_TOOL_FACTORY (   n,
 
)    DECLARE_TOOL_FACTORY(n::x)

Definition at line 538 of file AlgTool.h.

#define DECLARE_TOOL_FACTORY (   x)    DECLARE_FACTORY_WITH_CREATOR(x, ToolFactory< x >, AlgTool::Factory)

Definition at line 536 of file AlgTool.h.