17#ifndef DATAMODELTESTDATACOMMON_CONDALG2_H
18#define DATAMODELTESTDATACOMMON_CONDALG2_H
39 CondAlg2 (
const std::string &name, ISvcLocator *pSvcLocator);
51 virtual StatusCode
execute (
const EventContext& ctx)
const override;
Base class for conditions algorithms.
Conditions declarations for S3.
Base class for conditions algorithms.
SG::ReadCondHandleKey< AthenaAttributeList > m_tstestKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadCondHandleKey< AthenaAttributeList > m_rltestKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::WriteCondHandleKey< DMTest::S3 > m_outKey
CondAlg2(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.