Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 2013
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
GaudiAlg
GaudiAlg
GaudiHistoAlg.h
Go to the documentation of this file.
1
// $Id: GaudiHistoAlg.h,v 1.11 2008/01/17 15:06:06 marcocle Exp $
2
#ifndef GAUDIALG_GAUDIHISTOALG_H
3
#define GAUDIALG_GAUDIHISTOALG_H 1
4
// ============================================================================
5
/* @file GaudiHistoAlg.h
6
*
7
* Header file for class : GaudiHistoAlg
8
*
9
* @date 30/06/2001
10
* @author Vanya BELYAEV Ivan.Belyaev@itep.ru
11
* @author Chris Jones Christopher.Rob.Jones@cern.ch
12
*/
13
// ============================================================================
14
// Include files
15
// ============================================================================
16
// GaudiAlg
17
// ============================================================================
18
#include "
GaudiAlg/GaudiAlgorithm.h
"
19
#include "
GaudiAlg/GaudiHistos.h
"
20
// ============================================================================
36
// ============================================================================
37
38
class
GAUDI_API
GaudiHistoAlg
:
public
GaudiHistos
<GaudiAlgorithm>
39
{
40
41
protected
:
42
49
GaudiHistoAlg
(
const
std::string
& name,
50
ISvcLocator
* pSvc );
51
53
virtual
~
GaudiHistoAlg
( );
54
60
virtual
StatusCode
initialize
();
61
67
virtual
StatusCode
finalize
();
68
69
private
:
70
71
// default constructor is disabled
72
GaudiHistoAlg
();
73
// copy constructor is disabled
74
GaudiHistoAlg
(
const
GaudiHistoAlg
& );
75
// assignment operator is disabled
76
GaudiHistoAlg
& operator=(
const
GaudiHistoAlg
& );
77
78
};
// end of class GaudiHistoAlg
79
80
// ============================================================================
81
// The END
82
// ============================================================================
83
#endif // GAUDIALG_GAUDIHISTOAL_H
84
// ============================================================================
Generated at Wed Dec 4 2013 14:33:06 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004