ATLAS Offline Software
Loading...
Searching...
No Matches
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
23
24
25namespace DMTest {
26
27
33{
34public:
35 using AthReentrantAlgorithm::AthReentrantAlgorithm;
36
37
41 virtual StatusCode initialize() override;
42
43
47 virtual StatusCode execute (const EventContext& ctx) const override;
48
49
50private:
52 { this, "HVecKey", "hvec", "" };
54 { this, "HViewKey", "hview", "" };
55};
56
57
58} // namespace DMTest
59
60
61#endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_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 writing xAOD classes for schema evolution (hvec/hview).
SG::WriteHandleKey< DMTest::HVec > m_hvecKey
SG::WriteHandleKey< DMTest::HView > m_hviewKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23