Gaudi Framework, version v23r5
Home
Generated: Wed Nov 28 2012
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
src
lib
GaudiTupleTool.cpp
Go to the documentation of this file.
1
// $Id: GaudiTupleTool.cpp,v 1.6 2005/09/23 16:14:20 hmd Exp $
2
// ============================================================================
3
// Include files
4
// ============================================================================
5
// GaudiAlg
6
// ============================================================================
7
#include "
GaudiAlg/GaudiTupleTool.h
"
8
// ============================================================================
9
10
// ============================================================================
11
/* @file GaudiTupleTool.cpp
12
*
13
* Implementation file for class : GaudiTupleTool
14
*
15
* @author Vanya BELYAEV Ivan.Belyaev@itep.ru
16
* @author Chris Jones Christopher.Rob.Jones@cern.ch
17
* @date 2004-06-28
18
*/
19
// ============================================================================
20
21
// ============================================================================
22
// Force creation of templated class
23
#include "
GaudiAlg/GaudiTuples.icpp
"
24
template
class
GaudiTuples<GaudiHistoTool>
;
25
// ============================================================================
26
27
// ============================================================================
28
// Standard constructor
29
// ============================================================================
30
GaudiTupleTool::GaudiTupleTool
(
const
std::string
&
type
,
31
const
std::string
& name ,
32
const
IInterface
* parent )
33
:
GaudiTuples
<
GaudiHistoTool
> ( type , name , parent ) { }
34
// ============================================================================
35
36
// ============================================================================
37
// destructor
38
// ============================================================================
39
GaudiTupleTool::~GaudiTupleTool
() { }
40
// ============================================================================
41
42
// ============================================================================
43
// standard initialization method
44
// ============================================================================
45
StatusCode
GaudiTupleTool::initialize
()
46
{
47
// initialize the base class and return
48
return
GaudiTuples<GaudiHistoTool>::initialize
();
49
}
50
// ============================================================================
51
52
// ============================================================================
53
// standard finalization method
54
// ============================================================================
55
StatusCode
GaudiTupleTool::finalize
()
56
{
57
// finalize the base class and return
58
return
GaudiTuples<GaudiHistoTool>::finalize
();
59
}
60
// ============================================================================
61
62
// ============================================================================
63
// The END
64
// ============================================================================
65
66
67
Generated at Wed Nov 28 2012 12:17:10 for Gaudi Framework, version v23r5 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004