ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
src
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
*/
11
12
13
#ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK2_H
14
#define DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK2_H
15
16
17
#include "
DataModelTestDataCommon/CAuxContainer.h
"
18
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
19
#include "
StoreGate/WriteHandleKey.h
"
20
21
22
namespace
DMTest
{
23
24
25
class
xAODTestWriteFwdLink2
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::CAuxContainer>
m_cvecAuxKey
37
{
this
,
"CVecAuxKey"
,
"CVecFwdLinkAux."
,
""
};
38
};
39
40
41
}
// namespace DMTest
42
43
44
#endif
// not DATAMODELTESTDATACOMMON_XAODTESTWRITEFWDLINK2_H
AthReentrantAlgorithm.h
CAuxContainer.h
Class used for testing xAOD data reading/writing.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DMTest::xAODTestWriteFwdLink2
Definition
xAODTestWriteFwdLink2.h:27
DMTest::xAODTestWriteFwdLink2::initialize
virtual StatusCode initialize() override
Definition
xAODTestWriteFwdLink2.cxx:23
DMTest::xAODTestWriteFwdLink2::m_cvecAuxKey
SG::WriteHandleKey< DMTest::CAuxContainer > m_cvecAuxKey
Definition
xAODTestWriteFwdLink2.h:37
DMTest::xAODTestWriteFwdLink2::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
xAODTestWriteFwdLink2.cxx:30
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0