Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 // ============================================================================
8 // ============================================================================
9 // local
10 // ============================================================================
11 #include "ErrorTool.h"
12 // ============================================================================
13 
14 // ============================================================================
20 // ============================================================================
21 
22 // ============================================================================
23 // Declaration of the Tool Factory
24 // ============================================================================
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 {
43 }
44 // ============================================================================
45 
46 // ============================================================================
48 // ============================================================================
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