|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITEPLINKS_H
14 #define DATAMODELTESTDATACOMMON_XAODTESTWRITEPLINKS_H
57 const std::string&
key2,
64 const std::string&
key2,
70 const std::string&
key1,
72 const std::string&
key2,
73 const CVec& cvec2)
const;
76 {
this,
"CVecKey",
"cvec",
"CVec object to target by links" };
78 {
this,
"CTrigKey",
"ctrig",
"Another CVec object to target by links" };
81 {
this,
"PLinksContainerKey",
"plinksContainer",
"PLinks container object to create" };
84 {
this,
"PLinksInfoKey",
"plinksInfo",
"Standalone PLinks object to create" };
87 {
this,
"PLinksDecorLinkKey",
"plinksContainer.decorLink",
"" };
90 {
this,
"PLinksDecorVLinksKey",
"plinksContainer.decorVLinks",
"" };
93 {
this,
"PLinksInfoDecorLinkKey",
"plinksInfo.decorLink",
"" };
96 {
this,
"PLinksInfoDecorVLinksKey",
"plinksInfo.decorVLinks",
"" };
103 #endif // not DATAMODELTESTDATACOMMON_XAODTESTWRITEPLINKS_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.
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< DMTest::PLinksContainer > m_plinksContainerKey
StatusCode decorPLinks(const EventContext &ctx, const std::string &key1, const CVec &cvec1, const std::string &key2, const CVec &cvec2) const
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 fillPLinks(const std::string &key1, const CVec &cvec1, const std::string &key2, const CVec &cvec2, size_t ndx, PLinks &plinks) const
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
::StatusCode StatusCode
StatusCode definition for legacy code.
For testing packed links.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
SG::WriteHandleKey< DMTest::PLinks > m_plinksInfoKey
Test writing packed links.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
ElementLink implementation for ROOT usage.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
EL makeLink(const std::string &key1, const CVec &cvec1, const std::string &key2, const CVec &cvec2, size_t ndx) const
SG::WriteDecorHandleKey< DMTest::PLinksContainer > m_plinksDecorVLinksKey
SG::ReadHandleKey< DMTest::CVec > m_ctrigKey
SG::WriteDecorHandleKey< DMTest::PLinks > m_plinksInfoDecorLinkKey
For testing packed links.
SG::WriteDecorHandleKey< DMTest::PLinks > m_plinksInfoDecorVLinksKey
SG::WriteDecorHandleKey< DMTest::PLinksContainer > m_plinksDecorLinkKey
For testing packed links.