Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HistoTool.cpp
Go to the documentation of this file.
1 // $Id: HistoTool.cpp,v 1.3 2006/01/10 19:53:58 hmd Exp $
2 // ============================================================================
3 // Include files
4 // ============================================================================
6 // ============================================================================
7 // local
8 // ============================================================================
9 #include "HistoTool.h"
10 // ============================================================================
11 
19 // ============================================================================
20 // Declaration of the Tool Factory
21 // ============================================================================
23 // ============================================================================
24 
25 
26 // ============================================================================
27 // Standard constructor
28 // ============================================================================
29 HistoTool::HistoTool( const std::string& type,
30  const std::string& name,
31  const IInterface* parent )
32  : GaudiHistoTool ( type, name , parent )
33 {
35 }
36 // ============================================================================
37 
38 
39 // ============================================================================
40 // protected virtual destructor
41 // ============================================================================
43 // ============================================================================

Generated at Wed Nov 28 2012 12:17:10 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004