ATLAS Offline Software
Loading...
Searching...
No Matches
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 */
11
12
13#ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK1_H
14#define DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK1_H
15
16
20
21
22namespace DMTest {
23
24
27{
28public:
29 using AthReentrantAlgorithm::AthReentrantAlgorithm;
30
31 virtual StatusCode initialize() override;
32 virtual StatusCode execute (const EventContext& ctx) const override;
33
34
35private:
37 { this, "CVecKey", "CVecFwdLink", "" };
38};
39
40
41} // namespace DMTest
42
43
44#endif // not DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK1_H
Class used for testing xAOD data reading/writing.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< DMTest::CVec > m_cvecKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23