Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 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 
10  // Initialize the service.
11  virtual StatusCode initialize();
12 
13  // Finalize the service.
14  virtual StatusCode finalize();
15 
16  // Standard Constructor
18 
19  // Standard Destructor
20  virtual ~DetPersistencySvc();
21 
22 };
23 
24 #endif // PERSISTENCYSVC_DETPERSISTENCYSVC_H
25 

Generated at Mon Feb 17 2014 14:37:39 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004