The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
// ============================================================================
19
DECLARE_COMPONENT
(
HistoTool
)
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
// ============================================================================
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:32
HistoTool
Simple tool for histogramming (component)
Definition:
HistoTool.h:28
std
STL namespace.
GaudiHistoTool
Simple class to extend the functionality of class GaudiTool.
Definition:
GaudiHistoTool.h:39
DECLARE_COMPONENT
#define DECLARE_COMPONENT(type)
Definition:
PluginServiceV1.h:46
IInterface
Definition of the basic interface.
Definition:
IInterface.h:277
gaudirun.type
type
Definition:
gaudirun.py:133
HistoTool.h
Header file for class : HistoTool.
GaudiAlg
src
components
HistoTool.cpp
Generated on Wed Aug 1 2018 23:20:49 for The Gaudi Framework by
1.8.11