16#ifndef DATAMODELTESTDATAREAD_XAODTESTREADCVIEW_H
17#define DATAMODELTESTDATAREAD_XAODTESTREADCVIEW_H
53 virtual StatusCode
execute (
const EventContext& ctx)
const override;
59 virtual StatusCode
finalize()
override;
Class used for testing ViewVector 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 finalize() override
Algorithm finalization; called at the end of the job.
xAODTestReadCView(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< DMTest::CView > m_cviewKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::WriteHandleKey< DMTest::CView > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
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.