ATLAS Offline Software
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-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
17 #define DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
18 
19 
25 
26 
27 namespace DMTest {
28 
29 
34  : public AthReentrantAlgorithm
35 {
36 public:
42  xAODTestWriteHVec (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:
66 };
67 
68 
69 } // namespace DMTest
70 
71 
72 #endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITEHVEC_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
DMTest::xAODTestWriteHVec::m_hviewKey
SG::WriteHandleKey< DMTest::HView > m_hviewKey
Definition: xAODTestWriteHVec.h:65
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
HVec.h
DMTest::xAODTestWriteHVec::xAODTestWriteHVec
xAODTestWriteHVec(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: xAODTestWriteHVec.cxx:30
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
DMTest::xAODTestWriteHVec
Algorithm to test writing xAOD classes for schema evolution (hvec/hview).
Definition: xAODTestWriteHVec.h:35
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HView.h
DMTest::xAODTestWriteHVec::finalize
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
Definition: xAODTestWriteHVec.cxx:86
DMTest::xAODTestWriteHVec::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition: xAODTestWriteHVec.cxx:55
DMTest::xAODTestWriteHVec::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition: xAODTestWriteHVec.cxx:44
DMTest
Definition: B.h:23
DMTest::xAODTestWriteHVec::m_hvecKey
SG::WriteHandleKey< DMTest::HVec > m_hvecKey
Definition: xAODTestWriteHVec.h:64