Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 */
13 #ifndef DATAMODELTESTDATAREAD_XAODTESTREADHVEC_H
14 #define DATAMODELTESTDATAREAD_XAODTESTREADHVEC_H
15 
16 
22 
23 
24 namespace DMTest {
25 
26 
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:
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
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
DMTest::xAODTestReadHVec::m_hviewKey
SG::ReadHandleKey< DMTest::HVec > m_hviewKey
Definition: xAODTestReadHVec.h:53
DMTest::xAODTestReadHVec::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition: xAODTestReadHVec.cxx:42
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
DMTest::xAODTestReadHVec::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition: xAODTestReadHVec.cxx:29
HVec.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
DMTest::xAODTestReadHVec::m_viewWriteKey
SG::WriteHandleKey< DMTest::HView > m_viewWriteKey
Definition: xAODTestReadHVec.h:57
DMTest::xAODTestReadHVec::m_hvecKey
SG::ReadHandleKey< DMTest::HVec > m_hvecKey
Definition: xAODTestReadHVec.h:51
DMTest::xAODTestReadHVec
Algorithm to test reading xAOD data with schema evolution (HVec/HView)
Definition: xAODTestReadHVec.h:32
HView.h
DMTest::xAODTestReadHVec::m_vecWriteKey
SG::WriteHandleKey< DMTest::HVec > m_vecWriteKey
Definition: xAODTestReadHVec.h:55
DMTest
Definition: B.h:23