Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
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
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiAlg
src
components
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
// ============================================================================
20
DECLARE_COMPONENT
(
ErrorTool
)
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
{
37
declareInterface<IErrorTool>
(
this
);
38
}
39
// ============================================================================
40
41
// ============================================================================
43
// ============================================================================
44
ErrorTool::~ErrorTool
() {}
45
// ============================================================================
Generated at Wed Jun 4 2014 14:48:55 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004