Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiCommonSvc
src
PersistencySvc
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
17
DetPersistencySvc
(
const
std::string&
name
,
ISvcLocator
* svc);
18
19
// Standard Destructor
20
virtual
~DetPersistencySvc
();
21
22
};
23
24
#endif // PERSISTENCYSVC_DETPERSISTENCYSVC_H
25
Generated at Wed Jun 4 2014 14:48:56 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004