|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITECLINKS_H
14 #define DATAMODELTESTDATACOMMON_XAODTESTWRITECLINKS_H
61 {
this,
"CVecKey",
"cvec",
"CVec object to target by links" };
64 {
this,
"CLinksKey",
"clinks",
"Standalone CLinks object to create" };
67 {
this,
"CLinksContainerKey",
"clinksContainer",
"CLinks container object to create" };
70 {
this,
"CLinksAODKey",
"clinksAOD",
"AOD CLinks object to create" };
77 #endif // not DATAMODELTESTDATACOMMON_XAODTESTWRITECLINKS_H
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteHandleKey< DMTest::CLinksContainer > m_clinksContainerKey
StatusCode fillCLinks(const std::string &key, const CVec &cvec, size_t ndx, CLinks &clinks) const
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
For testing thinning of AOD objects.
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Class used for testing xAOD data reading/writing.
AthReentrantAlgorithm()
Default constructor:
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< DMTest::CLinksAOD > m_clinksAODKey
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< DMTest::CLinks > m_clinksKey
For testing thinning of AOD objects.
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
Property holding a SG store/key/clid from which a WriteHandle is made.
For testing thinning of xAOD objects.
Algorithm for creating test aux data.
For testing thinning of xAOD objects.
StatusCode fillCLinksAOD(const std::string &key, const CVec &cvec, CLinksAOD &clinks) const
For testing thinning of xAOD objects.