ATLAS Offline Software
xAODTestWriteFwdLink2.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-2023 CERN for the benefit of the ATLAS collaboration.
4  */
13 #ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK2_H
14 #define DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK2_H
15 
16 
20 
21 
22 namespace DMTest {
23 
24 
26  : public AthReentrantAlgorithm
27 {
28 public:
30 
31  virtual StatusCode initialize() override;
32  virtual StatusCode execute (const EventContext& ctx) const override;
33 
34 
35 private:
37  { this, "CVecAuxKey", "CVecFwdLinkAux.", "" };
38 };
39 
40 
41 } // namespace DMTest
42 
43 
44 #endif // not DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK2_H
DMTest::xAODTestWriteFwdLink2::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: xAODTestWriteFwdLink2.cxx:30
DMTest::xAODTestWriteFwdLink2::initialize
virtual StatusCode initialize() override
Definition: xAODTestWriteFwdLink2.cxx:23
CAuxContainer.h
Class used for testing xAOD data reading/writing.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DMTest::xAODTestWriteFwdLink2
Definition: xAODTestWriteFwdLink2.h:27
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
DMTest::xAODTestWriteFwdLink2::m_cvecAuxKey
SG::WriteHandleKey< DMTest::CAuxContainer > m_cvecAuxKey
Definition: xAODTestWriteFwdLink2.h:37
DMTest
Definition: B.h:23