13#ifndef DATAMODELTESTDATACOMMON_CONDALG1_H
14#define DATAMODELTESTDATACOMMON_CONDALG1_H
35 CondAlg1 (
const std::string &name, ISvcLocator *pSvcLocator);
47 virtual StatusCode
execute (
const EventContext& ctx)
const override;
Base class for conditions algorithms.
Conditions declarations for S2.
Base class for conditions algorithms.
SG::ReadCondHandleKey< AthenaAttributeList > m_attrListKey
SG::WriteCondHandleKey< DMTest::S2 > m_scondKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
CondAlg1(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.