Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HistoTool.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 // local
5 // ============================================================================
6 #include "HistoTool.h"
7 // ============================================================================
8 
16 // ============================================================================
17 // Declaration of the Tool Factory
18 // ============================================================================
20 // ============================================================================
21 
22 
23 // ============================================================================
24 // Standard constructor
25 // ============================================================================
26 HistoTool::HistoTool( const std::string& type,
27  const std::string& name,
28  const IInterface* parent )
29  : GaudiHistoTool ( type, name , parent )
30 {
32 }
33 // ============================================================================
34 
35 
36 // ============================================================================
37 // protected virtual destructor
38 // ============================================================================
40 // ============================================================================

Generated at Mon Feb 17 2014 14:37:38 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004