16#ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_H
17#define DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_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 ViewVector reading/writing.
DataVector adapter that acts like it holds const pointers.
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.
SG::WriteHandleKey< ConstDataVector< DMTest::CView > > m_cviewKey
xAODTestWriteCView(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
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.