14#ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
15#define DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
35 using AthReentrantAlgorithm::AthReentrantAlgorithm;
47 virtual StatusCode
execute (
const EventContext& ctx)
const override;
52 {
this,
"HVecKey",
"hvec",
"" };
54 {
this,
"HViewKey",
"hview",
"" };
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 writing xAOD classes for schema evolution (hvec/hview).
SG::WriteHandleKey< DMTest::HVec > m_hvecKey
SG::WriteHandleKey< DMTest::HView > m_hviewKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Property holding a SG store/key/clid from which a WriteHandle is made.