13#ifndef DATAMODELTESTDATAREAD_XAODTESTREAD_H
14#define DATAMODELTESTDATAREAD_XAODTESTREAD_H
35 using AthReentrantAlgorithm::AthReentrantAlgorithm;
47 virtual StatusCode
execute (
const EventContext& ctx)
const override;
53 virtual StatusCode
finalize()
override;
61 StatusCode
read_gvec (
const EventContext& ctx)
const;
67 {
this,
"CTrigReadKey",
"ctrig",
"" };
70 {
this,
"GVecReadKey",
"gvec",
"" };
73 {
this,
"CVecWDReadKey",
"cvecWD",
"" };
76 {
this,
"CTrigWriteKey",
"",
"" };
79 {
this,
"GVecWriteKey",
"",
"" };
82 {
this,
"CVecWDWriteKey",
"",
"" };
Test writing a container with metadata.
Class used for testing xAOD data reading/writing.
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.
StatusCode read_cvec_with_data(const EventContext &ctx) const
Test reading container with additional data.
SG::WriteHandleKey< DMTest::CVec > m_ctrigWriteKey
SG::WriteHandleKey< DMTest::GVec > m_gvecWriteKey
SG::ReadHandleKey< DMTest::GVec > m_gvecReadKey
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
SG::WriteHandleKey< DMTest::CVecWithData > m_cvecWDWriteKey
StatusCode read_gvec(const EventContext &ctx) const
Test reading GVec object.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< DMTest::CVecWithData > m_cvecWDReadKey
SG::ReadHandleKey< DMTest::CVec > m_ctrigReadKey
Test reading view container.
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.