ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestReadCLinks.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
4 */
11
12
13#ifndef DATAMODELTESTDATACOMMON_XAODTESTREADCLINKS_H
14#define DATAMODELTESTDATACOMMON_XAODTESTREADCLINKS_H
15
16
22
23
24namespace DMTest {
25
26
32{
33public:
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
35
36
40 virtual StatusCode initialize() override;
41
42
46 virtual StatusCode execute (const EventContext& ctx) const override;
47
48
49private:
53 StatusCode dumpCLinks (const CLinks& clinks) const;
54
55
57 { this, "CLinksKey", "clinks", "Standalone CLinks object key" };
58
60 { this, "CLinksContainerKey", "clinksContainer", "CLinks container key" };
61
63 { this, "CLinksAODKey", "clinksAOD", "AOD CLinks container key" };
64};
65
66
67} // namespace DMTest
68
69
70#endif // not DATAMODELTESTDATACOMMON_XAODTESTREADCLINKS_H
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.
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition B.h:23
CLinks_v1 CLinks
Definition CLinks.h:23