|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef DATAMODELTESTDATACOMMON_XAODTESTREADPLINKS_H
14 #define DATAMODELTESTDATACOMMON_XAODTESTREADPLINKS_H
65 const PLinks& plinks)
const;
72 const PLinks& plinks)
const;
76 {
this,
"PLinksContainerKey",
"plinksContainer",
"PLinks container key" };
79 {
this,
"PLinksInfoKey",
"plinksInfo",
"Standalone PLinks object key" };
82 {
this,
"PLinksDecorLinkKey",
"plinksContainer.decorLink",
"" };
85 {
this,
"PLinksDecorVLinksKey",
"plinksContainer.decorVLinks",
"" };
88 {
this,
"PLinksInfoDecorLinkKey",
"plinksInfo.decorLink",
"" };
91 {
this,
"PLinksInfoDecorVLinksKey",
"plinksInfo.decorVLinks",
"" };
98 #endif // not DATAMODELTESTDATACOMMON_XAODTESTREADPLINKS_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 ReadDecorHandle is made.
StatusCode dumpPLinks(const PLinks &plinks) const
Dump a PLinks object.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
DataLink< DMTest::CVec > DL
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadDecorHandleKey< DMTest::PLinks > m_plinksInfoDecorLinkKey
An algorithm that can be simultaneously executed in multiple threads.
StatusCode dumpInfoDecor(const EventContext &ctx, const PLinks &plinks) const
Dump decorations from a standalone PLinks object.
SG::ReadDecorHandleKey< DMTest::PLinksContainer > m_plinksDecorLinkKey
Class used for testing xAOD data reading/writing.
AthReentrantAlgorithm()
Default constructor:
SG::ReadHandleKey< DMTest::PLinks > m_plinksInfoKey
Object reference supporting deferred reading from StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
For testing packed links.
StatusCode dumpDecor(const EventContext &ctx, const PLinks &plinks) const
Dump decorations from a PLinks object.
SG::ReadDecorHandleKey< DMTest::PLinks > m_plinksInfoDecorVLinksKey
SG::ReadDecorHandleKey< DMTest::PLinksContainer > m_plinksDecorVLinksKey
ElementLink implementation for ROOT usage.
Test reading packed links.
SG::ReadHandleKey< DMTest::PLinksContainer > m_plinksContainerKey
For testing packed links.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
ElementLink< DMTest::CVec > EL
For testing packed links.