The Gaudi Framework  v30r3 (a5ef0a68)
DetPersistencySvc.h
Go to the documentation of this file.
1 #ifndef PERSISTENCYSVC_DETPERSISTENCYSVC_H
2 #define PERSISTENCYSVC_DETPERSISTENCYSVC_H 1
3 
4 #include "PersistencySvc.h"
5 
6 class DetPersistencySvc : virtual public PersistencySvc
7 {
8 public:
9  // Standard Constructor
11 };
12 
13 #endif // PERSISTENCYSVC_DETPERSISTENCYSVC_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
STL class.
PersistencySvc class implementation definition.
DetPersistencySvc(const std::string &name, ISvcLocator *svc)