The Gaudi Framework  v30r3 (a5ef0a68)
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 {
39 public:
44 };
45 #endif // PERSISTENCYSVC_EVTPERSISTENCYSVC_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:288
EvtPersistencySvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
STL class.
PersistencySvc class implementation definition.
EvtPersistencySvc class implementation definition.