|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef DATAMODELTESTDATAREAD_XAODTESTREAD_H
14 #define DATAMODELTESTDATAREAD_XAODTESTREAD_H
67 {
this,
"CTrigReadKey",
"ctrig",
"" };
70 {
this,
"GVecReadKey",
"gvec",
"" };
73 {
this,
"CVecWDReadKey",
"cvecWD",
"" };
76 {
this,
"CTrigWriteKey",
"",
"" };
79 {
this,
"GVecWriteKey",
"",
"" };
82 {
this,
"CVecWDWriteKey",
"",
"" };
89 #endif // not DATAMODELTESTDATAREAD_XAODTESTREAD_H
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
StatusCode read_gvec(const EventContext &ctx) const
Test reading GVec object.
SG::ReadHandleKey< DMTest::GVec > m_gvecReadKey
StatusCode read_cvec_with_data(const EventContext &ctx) const
Test reading container with additional data.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< DMTest::CVec > m_ctrigReadKey
Test reading view container.
An algorithm that can be simultaneously executed in multiple threads.
Algorithm to test reading xAOD data.
Class used for testing xAOD data reading/writing.
AthReentrantAlgorithm()
Default constructor:
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< DMTest::CVecWithData > m_cvecWDWriteKey
SG::WriteHandleKey< DMTest::CVec > m_ctrigWriteKey
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Test writing a container with metadata.
SG::WriteHandleKey< DMTest::GVec > m_gvecWriteKey
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
SG::ReadHandleKey< DMTest::CVecWithData > m_cvecWDReadKey