The Gaudi Framework
v26r3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
// ============================================================================
ErrorTool.h
std
STL namespace.
ErrorTool::~ErrorTool
virtual ~ErrorTool()
virtual and protected destrcutor
Definition:
ErrorTool.cpp:44
AlgTool::declareInterface
Definition:
AlgTool.h:197
DECLARE_COMPONENT
#define DECLARE_COMPONENT(type)
Definition:
PluginService.h:36
IInterface
Definition of the basic interface.
Definition:
IInterface.h:160
ErrorTool
Definition:
ErrorTool.h:23
GaudiTool
The useful base class for tools.
Definition:
GaudiTool.h:99
gaudirun.type
string type
Definition:
gaudirun.py:151
GaudiAlg
src
components
ErrorTool.cpp
Generated on Tue Jul 21 2015 12:23:25 for The Gaudi Framework by
1.8.9.1