ATLAS Offline Software
Loading...
Searching...
No Matches
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
22
23
24namespace DMTest {
25
26
32{
33public:
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
35
36
40 virtual StatusCode initialize() override;
41
42
46 virtual StatusCode execute (const EventContext& ctx) const override;
47
48
49private:
51 { this, "HVecKey", "hvec" };
53 { this, "HViewKey", "hview" };
55 { this, "VecWriteKey", "" };
57 { this, "ViewWriteKey", "" };
58};
59
60
61} // namespace DMTest
62
63
64#endif // not DATAMODELTESTDATAREAD_XAODTESTREADHVEC_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Algorithm to test reading xAOD data with schema evolution (HVec/HView)
SG::ReadHandleKey< DMTest::HVec > m_hviewKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< DMTest::HVec > m_hvecKey
SG::WriteHandleKey< DMTest::HView > m_viewWriteKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::WriteHandleKey< DMTest::HVec > m_vecWriteKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23