The Gaudi Framework  v29r0 (ff2e7097)
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  // Standard Destructor
13  ~DetPersistencySvc() override = default;
14 };
15 
16 #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:289
~DetPersistencySvc() override=default
STL class.
PersistencySvc class implementation definition.
DetPersistencySvc(const std::string &name, ISvcLocator *svc)