Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 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
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/ISvcLocator.h
"
24
#include "
GaudiKernel/IDataProviderSvc.h
"
25
#include "
EvtPersistencySvc.h
"
26
27
// Instantiation of a static factory class used by clients to create
28
// instances of this service
29
DECLARE_COMPONENT
(
EvtPersistencySvc
)
30
31
32
StatusCode
EvtPersistencySvc
::finalize() {
33
StatusCode
status =
PersistencySvc::finalize
();
34
return
status;
35
}
36
38
StatusCode
EvtPersistencySvc::initialize
() {
39
StatusCode
status =
PersistencySvc::initialize
();
40
return
status;
41
}
42
44
EvtPersistencySvc::EvtPersistencySvc
(
const
std::string
& name,
ISvcLocator
* svc)
45
:
PersistencySvc
(name, svc)
46
{
47
}
48
50
EvtPersistencySvc::~EvtPersistencySvc
() {
51
}
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