ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataWrite
src
xAODTestWriteHVec.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
/*
4
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5
*/
12
13
14
#ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
15
#define DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
16
17
18
#include "
DataModelTestDataWrite/HVec.h
"
19
#include "
DataModelTestDataWrite/HView.h
"
20
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
21
#include "
StoreGate/WriteHandleKey.h
"
22
#include "
StoreGate/ReadHandleKey.h
"
23
24
25
namespace
DMTest
{
26
27
31
class
xAODTestWriteHVec
32
:
public
AthReentrantAlgorithm
33
{
34
public
:
35
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
36
37
41
virtual
StatusCode
initialize
()
override
;
42
43
47
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
48
49
50
private
:
51
SG::WriteHandleKey<DMTest::HVec>
m_hvecKey
52
{
this
,
"HVecKey"
,
"hvec"
,
""
};
53
SG::WriteHandleKey<DMTest::HView>
m_hviewKey
54
{
this
,
"HViewKey"
,
"hview"
,
""
};
55
};
56
57
58
}
// namespace DMTest
59
60
61
#endif
// not DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
AthReentrantAlgorithm.h
HVec.h
HView.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
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::xAODTestWriteHVec
Algorithm to test writing xAOD classes for schema evolution (hvec/hview).
Definition
xAODTestWriteHVec.h:33
DMTest::xAODTestWriteHVec::m_hvecKey
SG::WriteHandleKey< DMTest::HVec > m_hvecKey
Definition
xAODTestWriteHVec.h:52
DMTest::xAODTestWriteHVec::m_hviewKey
SG::WriteHandleKey< DMTest::HView > m_hviewKey
Definition
xAODTestWriteHVec.h:54
DMTest::xAODTestWriteHVec::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
xAODTestWriteHVec.cxx:26
DMTest::xAODTestWriteHVec::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
xAODTestWriteHVec.cxx:37
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