|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef DATAMODELTESTDATAREAD_XAODTESTSHALLOWCOPYHVEC_H
14 #define DATAMODELTESTDATAREAD_XAODTESTSHALLOWCOPYHVEC_H
52 {
this,
"ReadKey",
"hvec",
"Key for object read from SG" };
55 {
this,
"WriteKey",
"scopy_hvec",
"Key for object written to SG" };
58 {
this,
"AFloat20Key",
"scopy_hvec.aFloat20",
"Key for aFloat20 decoration" };
65 #endif // not DATAMODELTESTDATAREAD_XAODTESTSHALLOWCOPYHVEC_H
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< DMTest::HVec > m_readKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::WriteDecorHandleKey< DMTest::HVec > m_aFloat20Key
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::WriteHandleKey< DMTest::HVec > m_writeKey
An algorithm that can be simultaneously executed in multiple threads.
Helper to propagate decoration dependencies to a shallow copy.
AthReentrantAlgorithm()
Default constructor:
Property holding a SG store/key/clid from which a WriteHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Algorithm to do a shallow copy of HVec types.