13#ifndef DATAMODELTESTDATACOMMON_XAODTESTREADCLINKS_H
14#define DATAMODELTESTDATACOMMON_XAODTESTREADCLINKS_H
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
46 virtual StatusCode
execute (
const EventContext& ctx)
const override;
57 {
this,
"CLinksKey",
"clinks",
"Standalone CLinks object key" };
60 {
this,
"CLinksContainerKey",
"clinksContainer",
"CLinks container key" };
63 {
this,
"CLinksAODKey",
"clinksAOD",
"AOD CLinks container key" };
For testing thinning of AOD objects.
For testing thinning of xAOD objects.
For testing thinning of xAOD objects.
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Read and dump CLinks/CLinksAOD objects.
SG::ReadHandleKey< DMTest::CLinksAOD > m_clinksAODKey
SG::ReadHandleKey< DMTest::CLinksContainer > m_clinksContainerKey
StatusCode dumpCLinks(const CLinks &clinks) const
Dump a CLinks object.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::ReadHandleKey< DMTest::CLinks > m_clinksKey
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.