ATLAS Offline Software
Control
DataModelTest
DataModelTestDataCommon
src
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
17
#include "
DataModelTestDataCommon/CVec.h
"
18
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
19
#include "
StoreGate/WriteHandleKey.h
"
20
21
22
namespace
DMTest
{
23
24
25
class
xAODTestWriteFwdLink1
26
:
public
AthReentrantAlgorithm
27
{
28
public
:
29
using
AthReentrantAlgorithm::AthReentrantAlgorithm
;
30
31
virtual
StatusCode
initialize
()
override
;
32
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
33
34
35
private
:
36
SG::WriteHandleKey<DMTest::CVec>
m_cvecKey
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
Generated on Thu Nov 7 2024 21:32:08 for ATLAS Offline Software by
1.8.18