ATLAS Offline Software
xAODTestWriteFwdLink1.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_XAODTESTWRITEFWDLINK1_H
14 #define DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK1_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, "CVecKey", "CVecFwdLink", "" };
38 };
39 
40 
41 } // namespace DMTest
42 
43 
44 #endif // not DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK1_H
DMTest::xAODTestWriteFwdLink1::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: xAODTestWriteFwdLink1.cxx:29
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
CVec.h
Class used for testing xAOD data reading/writing.
DMTest::xAODTestWriteFwdLink1::m_cvecKey
SG::WriteHandleKey< DMTest::CVec > m_cvecKey
Definition: xAODTestWriteFwdLink1.h:37
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
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
DMTest::xAODTestWriteFwdLink1
Definition: xAODTestWriteFwdLink1.h:27
DMTest::xAODTestWriteFwdLink1::initialize
virtual StatusCode initialize() override
Definition: xAODTestWriteFwdLink1.cxx:22
DMTest
Definition: B.h:23