The Gaudi Framework  v29r0 (ff2e7097)
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 // Standard constructor
24 // ============================================================================
25 HistoTool::HistoTool( const std::string& type, const std::string& name, const IInterface* parent )
26  : GaudiHistoTool( type, name, parent )
27 {
28  declareInterface<IHistoTool>( this );
29 }
30 // ============================================================================
Simple tool for histogramming (component)
Definition: HistoTool.h:28
STL namespace.
Simple class to extend the functionality of class GaudiTool.
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:33
Definition of the basic interface.
Definition: IInterface.h:277
Header file for class : HistoTool.