4#ifndef DATAMODELTESTDATACOMMON_CONDWRITEREXTALG_H
5#define DATAMODELTESTDATACOMMON_CONDWRITEREXTALG_H
9#include "GaudiKernel/ServiceHandle.h"
26 virtual StatusCode
execute()
override;
29 Gaudi::Property<std::string>
m_attrListKey{
this,
"AttrListKey",
"/DMTest/TestAttrList"};
30 Gaudi::Property<std::map<int,std::string>>
m_cmd{
this,
"Commands", {},
"Commands to be executed on LB change"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize() override
CondWriterExtAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute() override
Gaudi::Property< std::string > m_attrListKey
ServiceHandle< IIOVSvc > m_iovSvc
Gaudi::Property< std::map< int, std::string > > m_cmd