ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestShallowCopyHVec.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-2020 CERN for the benefit of the ATLAS collaboration
4*/
11
12
13#ifndef DATAMODELTESTDATAREAD_XAODTESTSHALLOWCOPYHVEC_H
14#define DATAMODELTESTDATAREAD_XAODTESTSHALLOWCOPYHVEC_H
15
16
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, "ReadKey", "hvec", "Key for object read from SG" };
53
55 { this, "WriteKey", "scopy_hvec", "Key for object written to SG" };
56
58 { this, "AFloat20Key", "scopy_hvec.aFloat20", "Key for aFloat20 decoration" };
59};
60
61
62} // namespace DMTest
63
64
65#endif // not DATAMODELTESTDATAREAD_XAODTESTSHALLOWCOPYHVEC_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Helper to propagate decoration dependencies to a shallow copy.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle 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 do a shallow copy of HVec types.
SG::WriteDecorHandleKey< DMTest::HVec > m_aFloat20Key
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::WriteHandleKey< DMTest::HVec > m_writeKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< DMTest::HVec > m_readKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23