13#ifndef DATAMODELTESTDATAREAD_XAODTESTREADHVEC_H
14#define DATAMODELTESTDATAREAD_XAODTESTREADHVEC_H
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
46 virtual StatusCode
execute (
const EventContext& ctx)
const override;
51 {
this,
"HVecKey",
"hvec" };
53 {
this,
"HViewKey",
"hview" };
55 {
this,
"VecWriteKey",
"" };
57 {
this,
"ViewWriteKey",
"" };
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.
Algorithm to test reading xAOD data with schema evolution (HVec/HView)
SG::ReadHandleKey< DMTest::HVec > m_hviewKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< DMTest::HVec > m_hvecKey
SG::WriteHandleKey< DMTest::HView > m_viewWriteKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::WriteHandleKey< DMTest::HVec > m_vecWriteKey
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.