16#ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITECINFO_H
17#define DATAMODELTESTDATACOMMON_XAODTESTWRITECINFO_H
55 virtual StatusCode
execute (
const EventContext& ctx)
const override;
61 virtual StatusCode
finalize()
override;
Class used for testing xAOD data reading/writing.
Class used for testing xAOD data reading/writing.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
xAODTestWriteCInfo(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
SG::WriteHandleKey< DMTest::C > m_cinfoKey
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.