ATLAS Offline Software
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 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef DATAMODELTESTDATAREAD_XAODTESTREADHVEC_H
17 #define DATAMODELTESTDATAREAD_XAODTESTREADHVEC_H
18 
19 
25 
26 
27 namespace DMTest {
28 
29 
34  : public AthReentrantAlgorithm
35 {
36 public:
42  xAODTestReadHVec (const std::string &name, ISvcLocator *pSvcLocator);
43 
44 
48  virtual StatusCode initialize() override;
49 
50 
54  virtual StatusCode execute (const EventContext& ctx) const override;
55 
56 
60  virtual StatusCode finalize() override;
61 
62 
63 private:
68 };
69 
70 
71 } // namespace DMTest
72 
73 
74 #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:65
DMTest::xAODTestReadHVec::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition: xAODTestReadHVec.cxx:67
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:51
HVec.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
DMTest::xAODTestReadHVec::xAODTestReadHVec
xAODTestReadHVec(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: xAODTestReadHVec.cxx:33
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:67
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DMTest::xAODTestReadHVec::finalize
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
Definition: xAODTestReadHVec.cxx:111
DMTest::xAODTestReadHVec::m_hvecKey
SG::ReadHandleKey< DMTest::HVec > m_hvecKey
Definition: xAODTestReadHVec.h:64
DMTest::xAODTestReadHVec
Algorithm to test reading xAOD data with schema evolution (HVec/HView)
Definition: xAODTestReadHVec.h:35
HView.h
DMTest::xAODTestReadHVec::m_vecWriteKey
SG::WriteHandleKey< DMTest::HVec > m_vecWriteKey
Definition: xAODTestReadHVec.h:66
DMTest
Definition: B.h:23