Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DetPersistencySvc.h
Go to the documentation of this file.
1 #ifndef PERSISTENCYSVC_DETPERSISTENCYSVC_H
2 #define PERSISTENCYSVC_DETPERSISTENCYSVC_H 1
3 
4 #include "PersistencySvc.h"
5 
6 class DetPersistencySvc : virtual public PersistencySvc
7 {
8 public:
9 
11 
12  // Initialize the service.
13  virtual StatusCode initialize();
14 
15  // Finalize the service.
16  virtual StatusCode finalize();
17 
18  // Standard Constructor
20 
21  // Standard Destructor
22  virtual ~DetPersistencySvc();
23 
24 };
25 
26 #endif // PERSISTENCYSVC_DETPERSISTENCYSVC_H
27 

Generated at Wed Nov 28 2012 12:17:11 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004