Gaudi Framework, version v25r1
Home
Generated: Mon Mar 24 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
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/ISvcLocator.h
"
7
#include "
GaudiKernel/IDataProviderSvc.h
"
8
#include "
DetPersistencySvc.h
"
9
10
// Instantiation of a static factory class used by clients to create
11
// instances of this service
12
DECLARE_COMPONENT
(
DetPersistencySvc
)
13
14
// Finalize the service.
15
StatusCode
DetPersistencySvc
::finalize()
16
{
17
StatusCode
status =
PersistencySvc::finalize
();
18
return
status;
19
}
20
21
// Initialize the service.
22
StatusCode
DetPersistencySvc::initialize
()
23
{
24
StatusCode
status =
PersistencySvc::initialize
();
25
return
status;
26
}
27
28
// Standard Constructor
29
DetPersistencySvc::DetPersistencySvc
(
const
std::string& name,
ISvcLocator
* svc)
30
:
PersistencySvc
(name, svc)
31
{}
32
33
// Standard Destructor
34
DetPersistencySvc::~DetPersistencySvc
()
35
{}
Generated at Mon Mar 24 2014 18:27:43 for Gaudi Framework, version v25r1 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004