Gaudi Framework, version v23r6
Home
Generated: Wed Jan 30 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
EvtPersistencySvc.cpp
Go to the documentation of this file.
1
//====================================================================
2
// EvtPersistencySvc.cpp
3
//--------------------------------------------------------------------
4
//
5
// Package : System ( The LHCb Offline System)
6
//
7
// Description: implementation of the Event data persistency service
8
// This specialized service only deals with event related
9
// data
10
//
11
// Author : M.Frank
12
// History :
13
// +---------+----------------------------------------------+---------
14
// | Date | Comment | Who
15
// +---------+----------------------------------------------+---------
16
// | 29/10/98| Initial version | MF
17
// +---------+----------------------------------------------+---------
18
//
19
//====================================================================
20
#define PERSISTENCYSVC_EVTPERSISTENCYSVC_CPP
21
22
// Implementation specific definitions
23
#include "
GaudiKernel/SvcFactory.h
"
24
#include "
GaudiKernel/ISvcLocator.h
"
25
#include "
GaudiKernel/IDataProviderSvc.h
"
26
#include "
EvtPersistencySvc.h
"
27
28
// Instantiation of a static factory class used by clients to create
29
// instances of this service
30
DECLARE_SERVICE_FACTORY
(
EvtPersistencySvc
)
31
32
33
StatusCode
EvtPersistencySvc
::finalize() {
34
StatusCode
status =
PersistencySvc::finalize
();
35
return
status;
36
}
37
39
StatusCode
EvtPersistencySvc::initialize
() {
40
StatusCode
status =
PersistencySvc::initialize
();
41
return
status;
42
}
43
45
EvtPersistencySvc::EvtPersistencySvc
(
const
std::string
& name,
ISvcLocator
* svc)
46
:
PersistencySvc
(name, svc)
47
{
48
}
49
51
EvtPersistencySvc::~EvtPersistencySvc
() {
52
}
Generated at Wed Jan 30 2013 17:13:38 for Gaudi Framework, version v23r6 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004