The Gaudi Framework  v32r2 (46d42edc)
EvtPersistencySvc.h
Go to the documentation of this file.
1 // ============================================================
2 //
3 // PersistencySvc.h
4 // ------------------------------------------------------------
5 //
6 // Package : PersistencySvc
7 //
8 // Author : Markus Frank
9 //
10 // ===========================================================
11 #ifndef PERSISTENCYSVC_EVTPERSISTENCYSVC_H
12 #define PERSISTENCYSVC_EVTPERSISTENCYSVC_H 1
13 
14 #include "PersistencySvc.h"
15 
37 class EvtPersistencySvc : virtual public PersistencySvc {
38 public:
43 };
44 #endif // PERSISTENCYSVC_EVTPERSISTENCYSVC_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
EvtPersistencySvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
STL class.
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:274
PersistencySvc class implementation definition.
EvtPersistencySvc class implementation definition.