Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiAlg
src
components
ErrorTool.cpp
Go to the documentation of this file.
1
// $Id: ErrorTool.cpp,v 1.2 2006/01/10 19:53:58 hmd Exp $
2
// ============================================================================
3
// Include files
4
// ============================================================================
5
// GaudiKernel
6
// ============================================================================
7
#include "
GaudiKernel/ToolFactory.h
"
8
// ============================================================================
9
// local
10
// ============================================================================
11
#include "
ErrorTool.h
"
12
// ============================================================================
13
14
// ============================================================================
20
// ============================================================================
21
22
// ============================================================================
23
// Declaration of the Tool Factory
24
// ============================================================================
25
DECLARE_TOOL_FACTORY
(
ErrorTool
)
26
// ============================================================================
27
28
// ============================================================================
36
// ============================================================================
37
ErrorTool
::
ErrorTool
( const
std
::
string
&
type
,
38
const
std
::
string
& name,
39
const
IInterface
* parent )
40
:
GaudiTool
( type, name , parent )
41
{
42
declareInterface<IErrorTool>
(
this
);
43
}
44
// ============================================================================
45
46
// ============================================================================
48
// ============================================================================
49
ErrorTool::~ErrorTool
() {}
50
// ============================================================================
Generated at Wed Dec 4 2013 14:33:07 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004