ATLAS Offline Software
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  */
13 #ifndef DATAMODELTESTDATACOMMON_XAODTESTREADCLINKS_H
14 #define DATAMODELTESTDATACOMMON_XAODTESTREADCLINKS_H
15 
16 
22 
23 
24 namespace DMTest {
25 
26 
31  : public AthReentrantAlgorithm
32 {
33 public:
35 
36 
40  virtual StatusCode initialize() override;
41 
42 
46  virtual StatusCode execute (const EventContext& ctx) const override;
47 
48 
49 private:
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
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
CLinksAOD.h
For testing thinning of AOD objects.
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
DMTest
Definition: B.h:23