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
GaudiTupleTool.h
Go to the documentation of this file.
1
// $Id: GaudiTupleTool.h,v 1.7 2005/09/23 16:14:20 hmd Exp $
2
// ============================================================================
3
#ifndef GAUDIALG_GAUDITUPLETOOL_H
4
#define GAUDIALG_GAUDITUPLETOOL_H 1
5
// ============================================================================
6
// Include files
7
// ============================================================================
8
// GaudiAlg
9
// ============================================================================
10
#include "
GaudiAlg/GaudiHistoTool.h
"
11
#include "
GaudiAlg/GaudiTuples.h
"
12
// ============================================================================
13
14
// ============================================================================
15
/* @file GaudiTupleTool.h
16
*
17
* Header file for class : GaudiTupleTool
18
*
19
* @author Vanya BELYAEV Ivan.Belyaev@itep.ru
20
* @author Chris Jones Christopher.Rob.Jones@cern.ch
21
* @date 2004-06-28
22
*/
23
// ============================================================================
24
25
// ============================================================================
41
// ============================================================================
42
43
class
GAUDI_API
GaudiTupleTool
:
public
GaudiTuples
<GaudiHistoTool>
44
{
45
46
protected
:
47
55
GaudiTupleTool
(
const
std::string
&
type
,
56
const
std::string
& name ,
57
const
IInterface
* parent );
58
60
virtual
~
GaudiTupleTool
() ;
61
67
virtual
StatusCode
initialize
();
68
74
virtual
StatusCode
finalize
();
75
76
private
:
77
79
GaudiTupleTool
() ;
81
GaudiTupleTool
(
const
GaudiTupleTool
& ) ;
83
GaudiTupleTool
& operator=(
const
GaudiTupleTool
& ) ;
84
85
};
86
87
// ============================================================================
88
// The END
89
// ============================================================================
90
#endif // GAUDIALG_GAUDITUPLETOOL_H
91
// ============================================================================
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