All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GaudiTupleAlg.cpp
Go to the documentation of this file.
1 // $Id: GaudiTupleAlg.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 GaudiTupleAlg.cpp
12  *
13  * Implementation file for class : GaudiTupleAlg
14  *
15  * @date 2004-01-23
16  * @author Vanya BELYAEV Ivan.Belyaev@itep.ru
17  * @author Chris Jones Christopher.Rob.Jones@cern.ch
18  */
19 // ============================================================================
20 
21 // ============================================================================
22 // Force creation of templated class
24 template class GaudiTuples<GaudiHistoAlg> ;
25 // ============================================================================
26 
27 // ============================================================================
28 // Standard constructor
29 // ============================================================================
30 GaudiTupleAlg::GaudiTupleAlg( const std::string& name ,
31  ISvcLocator* svc )
32  : GaudiTuples<GaudiHistoAlg> ( name , svc ) { }
33 // ============================================================================
34 
35 // ============================================================================
37 // ============================================================================
39 // ============================================================================
40 
41 // ============================================================================
42 // standard initialization method
43 // ============================================================================
45 {
46  // initialize the base class and return
48 }
49 // ============================================================================
50 
51 // ============================================================================
52 // standard finalization method
53 // ============================================================================
55 {
56  // finalize the base class and return
58 }
59 // ============================================================================
60 
61 // ============================================================================
62 // The END
63 // ============================================================================
virtual StatusCode initialize()
standard initialization method
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:26
virtual StatusCode finalize()
standard finalization method
virtual StatusCode finalize()
standard finalization method
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
virtual StatusCode initialize()
standard initialization method
virtual ~GaudiTupleAlg()
destructor
Simple class to extend the functionality of class GaudiAlgorithm.
Definition: GaudiHistoAlg.h:38
GaudiTupleAlg()
default constructor is disabled