All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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,
33  const std::string& name,
34  const IInterface* parent )
35  : GaudiTool ( type, name , parent )
36 {
38 }
39 // ============================================================================
40 
41 // ============================================================================
43 // ============================================================================
45 // ============================================================================
virtual ~ErrorTool()
virtual and protected destrcutor
Definition: ErrorTool.cpp:44
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:36
string type
Definition: gaudirun.py:126
Definition of the basic interface.
Definition: IInterface.h:160
The useful base class for tools.
Definition: GaudiTool.h:99