Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiAlg
GaudiAlg
GaudiHistoTool.h
Go to the documentation of this file.
1
// $Id: GaudiHistoTool.h,v 1.8 2008/01/17 15:06:06 marcocle Exp $
2
// ============================================================================
3
#ifndef GAUDIALG_GAUDIHISTOTOOL_H
4
#define GAUDIALG_GAUDIHISTOTOOL_H 1
5
// ============================================================================
14
// ============================================================================
15
// Include files
16
// ============================================================================
17
// GaudiAlg
18
// ============================================================================
19
#include "
GaudiAlg/GaudiTool.h
"
20
#include "
GaudiAlg/GaudiHistos.h
"
21
// ============================================================================
22
23
// forward declarations
24
class
IHistogramSvc
;
25
26
// ============================================================================
42
// ============================================================================
43
44
class
GAUDI_API
GaudiHistoTool
:
public
GaudiHistos
<GaudiTool>
45
{
46
47
protected
:
48
56
GaudiHistoTool
(
const
std::string&
type
,
57
const
std::string& name ,
58
const
IInterface
* parent );
59
61
virtual
~
GaudiHistoTool
();
62
68
virtual
StatusCode
initialize
();
69
75
virtual
StatusCode
finalize
();
76
77
private
:
78
79
// default constructor is disabled
80
GaudiHistoTool
();
81
// copy constructor is disabled
82
GaudiHistoTool
(
const
GaudiHistoTool
& ) ;
83
// assignment operator is disabled
84
GaudiHistoTool
& operator=(
const
GaudiHistoTool
& ) ;
85
86
};
87
88
// ============================================================================
89
// The END
90
// ============================================================================
91
#endif // GAUDIALG_GAUDIHISTOTOOL_H
92
// ============================================================================
Generated at Wed Jun 4 2014 14:48:55 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004