All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 // ============================================================================
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
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 // ============================================================================
40 // ============================================================================
41 
42 // ============================================================================
43 // standard initialization method
44 // ============================================================================
46 {
47  // initialize the base class and return
49 }
50 // ============================================================================
51 
52 // ============================================================================
53 // standard finalization method
54 // ============================================================================
56 {
57  // finalize the base class and return
59 }
60 // ============================================================================
61 
62 // ============================================================================
63 // The END
64 // ============================================================================
65 
66 
67 
virtual StatusCode initialize()
standard initialization method
GaudiTupleTool()
default constructor is disabled
virtual StatusCode finalize()
standard finalization method
virtual StatusCode initialize()
standard initialization method
virtual StatusCode finalize()
standard finalization method
string type
Definition: gaudirun.py:126
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
Definition of the basic interface.
Definition: IInterface.h:160
Simple class to extend the functionality of class GaudiTool.
virtual ~GaudiTupleTool()
destructor