|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITEJVEC_H
14 #define DATAMODELTESTDATACOMMON_XAODTESTWRITEJVEC_H
53 size_t ndx,
JVec& jvec)
const;
59 {
this,
"CVecKey",
"cvec",
"CVec object to target by links" };
62 {
this,
"JVecContainerKey",
"jvecContainer",
"JVec container object to create" };
65 {
this,
"JVecInfoKey",
"jvecInfo",
"Standalone JVec object to create" };
68 {
this,
"JVecDecorKey",
"jvecContainer.decorJVec",
"" };
71 {
this,
"JVecInfoDecorKey",
"jvecInfo.decorJVec",
"" };
78 #endif // not DATAMODELTESTDATACOMMON_XAODTESTWRITEJVEC_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::WriteDecorHandleKey< DMTest::JVec > m_jvecInfoDecorKey
For testing jagged vectors.
SG::WriteDecorHandleKey< DMTest::JVecContainer > m_jvecDecorKey
Property holding a SG store/key/clid from which a ReadHandle is made.
For testing jagged vectors.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
For testing jagged vectors.
Class used for testing xAOD data reading/writing.
AthReentrantAlgorithm()
Default constructor:
Property holding a SG store/key/clid from which a WriteHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode decorJVec(const EventContext &ctx) const
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< DMTest::JVecContainer > m_jvecContainerKey
Test writing jagged vectors.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::WriteHandleKey< DMTest::JVec > m_jvecInfoKey
StatusCode fillJVec(const std::string &key1, const CVec &cvec1, size_t ndx, JVec &jvec) const
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.