13#ifndef DATAMODELTESTDATACOMMON_XAODTESTREADJVEC_H
14#define DATAMODELTESTDATACOMMON_XAODTESTREADJVEC_H
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
46 virtual StatusCode
execute (
const EventContext& ctx)
const override;
59 StatusCode
dumpDecor (
const EventContext& ctx,
60 const JVec& jvec)
const;
67 const JVec& jvec)
const;
71 {
this,
"JVecContainerKey",
"jvecContainer",
"JVec container key" };
74 {
this,
"JVecInfoKey",
"jvecInfo",
"Standalone JVec object key" };
77 {
this,
"JVecDecorKey",
"jvecContainer.decorJVec",
"" };
80 {
this,
"JVecInfoDecorKey",
"jvecInfo.decorJVec",
"" };
For testing jagged vectors.
For testing jagged vectors.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Test reading jagged vectors.
SG::ReadHandleKey< DMTest::JVecContainer > m_jvecContainerKey
SG::ReadDecorHandleKey< DMTest::JVec > m_jvecInfoDecorKey
StatusCode dumpJVec(const JVec &jvec) const
Dump a JVec object.
SG::ReadHandleKey< DMTest::JVec > m_jvecInfoKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
StatusCode dumpInfoDecor(const EventContext &ctx, const JVec &jvec) const
Dump decorations from a standalone JVec object.
StatusCode dumpDecor(const EventContext &ctx, const JVec &jvec) const
Dump decorations from a JVec object.
SG::ReadDecorHandleKey< DMTest::JVecContainer > m_jvecDecorKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.