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