The Gaudi Framework  v29r0 (ff2e7097)
ErrorTool.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 // local
5 // ============================================================================
6 #include "ErrorTool.h"
7 // ============================================================================
8 
9 // ============================================================================
15 // ============================================================================
16 
17 // ============================================================================
18 // Declaration of the Tool Factory
19 // ============================================================================
21 // ============================================================================
22 
23 // ============================================================================
31 // ============================================================================
32 ErrorTool::ErrorTool( const std::string& type, const std::string& name, const IInterface* parent )
33  : GaudiTool( type, name, parent )
34 {
35  declareInterface<IErrorTool>( this );
36 }
37 // ============================================================================
STL namespace.
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:33
Definition of the basic interface.
Definition: IInterface.h:277
The useful base class for tools.
Definition: GaudiTool.h:101