Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 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
GaudiAlg
GaudiAlg
GaudiTupleAlg.h
Go to the documentation of this file.
1
// $Id: GaudiTupleAlg.h,v 1.10 2005/09/23 16:14:20 hmd Exp $
2
#ifndef GAUDIALG_GAUDITUPLEALG_H
3
#define GAUDIALG_GAUDITUPLEALG_H 1
4
// ============================================================================
5
// Include files
6
// ============================================================================
7
// GaudiAlg
8
// ============================================================================
9
#include "
GaudiAlg/GaudiHistoAlg.h
"
10
#include "
GaudiAlg/GaudiTuples.h
"
11
// ============================================================================
12
13
// ============================================================================
14
/* @file GaudiTupleAlg.h
15
*
16
* Header file for class : GaudiTupleAlg
17
*
18
* @date 2004-01-23
19
* @author Vanya BELYAEV Ivan.Belyaev@itep.ru
20
* @author Chris Jones Christopher.Rob.Jones@cern.ch
21
*/
22
// ============================================================================
23
24
// ============================================================================
40
// ============================================================================
41
42
class
GAUDI_API
GaudiTupleAlg
:
public
GaudiTuples
<GaudiHistoAlg>
43
{
44
45
protected
:
46
53
GaudiTupleAlg
(
const
std::string
& name ,
54
ISvcLocator
* svc );
55
57
virtual
~
GaudiTupleAlg
();
58
64
virtual
StatusCode
initialize
();
65
71
virtual
StatusCode
finalize
();
72
73
private
:
74
76
GaudiTupleAlg
();
78
GaudiTupleAlg
(
const
GaudiTupleAlg
& );
80
GaudiTupleAlg
& operator=(
const
GaudiTupleAlg
& );
81
82
};
83
84
// ============================================================================
85
// The END
86
// ============================================================================
87
#endif // GAUDIALG_GAUDITUPLEALG_H
88
// ============================================================================
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