|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |
#include <EvtPersistencySvc.h>


Public Member Functions | |
PersistencySvc overrides | |
| virtual StatusCode | initialize () |
| Initialize the service. | |
| virtual StatusCode | finalize () |
| Finalize the service. | |
: Object implementation | |
| EvtPersistencySvc (const std::string &name, ISvcLocator *svc) | |
| Standard Constructor. | |
| virtual | ~EvtPersistencySvc () |
| Standard Destructor. | |
Friends | |
| class | SvcFactory< EvtPersistencySvc > |
| class | Factory< EvtPersistencySvc, IService *(std::string, ISvcLocator *)> |
System: The LHCb Offline System
Package: EvtPersistencySvc
Dependencies:
History:
+---------+----------------------------------------------+---------+
| Date | Comment | Who |
+---------+----------------------------------------------+---------+
| 3/11/98 | Initial version | M.Frank |
+---------+----------------------------------------------+---------+
Definition at line 37 of file EvtPersistencySvc.h.
| EvtPersistencySvc::EvtPersistencySvc | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) |
Standard Constructor.
Definition at line 45 of file EvtPersistencySvc.cpp.
00046 : PersistencySvc(name, svc) 00047 { 00048 }
| EvtPersistencySvc::~EvtPersistencySvc | ( | ) | [virtual] |
| StatusCode EvtPersistencySvc::initialize | ( | ) | [virtual] |
Initialize the service.
Reimplemented from PersistencySvc.
Definition at line 39 of file EvtPersistencySvc.cpp.
00039 { 00040 StatusCode status = PersistencySvc::initialize(); 00041 return status; 00042 }
| StatusCode EvtPersistencySvc::finalize | ( | void | ) | [virtual] |
Finalize the service.
Reimplemented from PersistencySvc.
Definition at line 33 of file EvtPersistencySvc.cpp.
00033 { 00034 StatusCode status = PersistencySvc::finalize(); 00035 return status; 00036 }
friend class SvcFactory< EvtPersistencySvc > [friend] |
Definition at line 39 of file EvtPersistencySvc.h.
friend class Factory< EvtPersistencySvc, IService *(std::string, ISvcLocator *)> [friend] |
Definition at line 40 of file EvtPersistencySvc.h.