Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 2013
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
GaudiCommonSvc
src
PersistencySvc
DetPersistencySvc.cpp
Go to the documentation of this file.
1
#define PERSISTENCYSVC_DETPERSISTENCYSVC_CPP
2
3
#include <
iostream
>
4
5
// Implementation specific definitions
6
#include "
GaudiKernel/SvcFactory.h
"
7
#include "
GaudiKernel/ISvcLocator.h
"
8
#include "
GaudiKernel/IDataProviderSvc.h
"
9
#include "
DetPersistencySvc.h
"
10
11
// Instantiation of a static factory class used by clients to create
12
// instances of this service
13
DECLARE_SERVICE_FACTORY
(
DetPersistencySvc
)
14
15
// Finalize the service.
16
StatusCode
DetPersistencySvc
::finalize()
17
{
18
StatusCode
status =
PersistencySvc::finalize
();
19
return
status;
20
}
21
22
// Initialize the service.
23
StatusCode
DetPersistencySvc::initialize
()
24
{
25
StatusCode
status =
PersistencySvc::initialize
();
26
return
status;
27
}
28
29
// Standard Constructor
30
DetPersistencySvc::DetPersistencySvc
(
const
std::string
& name,
ISvcLocator
* svc)
31
:
PersistencySvc
(name, svc)
32
{}
33
34
// Standard Destructor
35
DetPersistencySvc::~DetPersistencySvc
()
36
{}
Generated at Wed Dec 4 2013 14:33:07 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004