All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
25 #include "EvtPersistencySvc.h"
26 
27 // Instantiation of a static factory class used by clients to create
28 // instances of this service
30 
31 StatusCode EvtPersistencySvc::finalize() {
34  return status;
35 }
36 
40  return status;
41 }
42 
44 EvtPersistencySvc::EvtPersistencySvc(const std::string& name, ISvcLocator* svc)
45  : PersistencySvc(name, svc)
46 {
47 }
48 
51 }
virtual StatusCode initialize()
Initialize the service.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:26
EvtPersistencySvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
virtual StatusCode initialize()
Initialize the service.
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:36
virtual StatusCode finalize()
stop the service.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
PersistencySvc class implementation definition.
EvtPersistencySvc class implementation definition.
virtual ~EvtPersistencySvc()
Standard Destructor.