13#ifndef DATAMODELTESTDATACOMMON_XAODTESTREADPVEC_H
14#define DATAMODELTESTDATACOMMON_XAODTESTREADPVEC_H
33 using AthReentrantAlgorithm::AthReentrantAlgorithm;
45 virtual StatusCode
execute (
const EventContext& ctx)
const override;
50 {
this,
"PVecKey",
"pvec",
"" };
53 {
this,
"WriteKey",
"",
"" };
Class used for testing xAOD data reading/writing with packed containers.
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 packed containers.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::WriteHandleKey< DMTest::PVec > m_writeKey
SG::ReadHandleKey< DMTest::PVec > m_pvecKey
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.