Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 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 // ============================================================================
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 

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