ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibStreamCnvSvc.h
Go to the documentation of this file.
1#ifndef MUONCALIBSTREAMCNVSVC_MUONCALIBSTREAMCNVSVC_H
2#define MUONCALIBSTREAMCNVSVC_MUONCALIBSTREAMCNVSVC_H
3
4#include "CoralBase/Attribute.h"
6
8public:
9
10 MuonCalibStreamCnvSvc(const std::string &name, ISvcLocator *svc);
11 virtual ~MuonCalibStreamCnvSvc();
12 virtual StatusCode initialize() override;
14 virtual StatusCode updateServiceState(IOpaqueAddress *pAddress) override;
15
16protected:
17 // initialize the converters for these data classes.
18 std::vector<std::string> m_initCnvs;
19};
20#endif
AthCnvSvc(const std::string &name, ISvcLocator *pSvcLocator, long type)
Constructor with parameters:
Definition AthCnvSvc.cxx:46
virtual StatusCode updateServiceState(IOpaqueAddress *pAddress) override
Update state of the service.
std::vector< std::string > m_initCnvs
MuonCalibStreamCnvSvc(const std::string &name, ISvcLocator *svc)
Standard constructor.
virtual ~MuonCalibStreamCnvSvc()
Standard Destructor.
virtual StatusCode initialize() override
Initialize the service.