ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestReadCView.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$
14
15
16#ifndef DATAMODELTESTDATAREAD_XAODTESTREADCVIEW_H
17#define DATAMODELTESTDATAREAD_XAODTESTREADCVIEW_H
18
19
24
25
26namespace DMTest {
27
28
34{
35public:
41 xAODTestReadCView (const std::string &name, ISvcLocator *pSvcLocator);
42
43
47 virtual StatusCode initialize() override;
48
49
53 virtual StatusCode execute (const EventContext& ctx) const override;
54
55
59 virtual StatusCode finalize() override;
60
61
62private:
65};
66
67
68} // namespace DMTest
69
70
71#endif // not DATAMODELTESTDATAREAD_XAODTESTREADCVIEW_H
Class used for testing ViewVector reading/writing.
Property holding a SG store/key/clid from which a ReadHandle 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.
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
xAODTestReadCView(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< DMTest::CView > m_cviewKey
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::WriteHandleKey< DMTest::CView > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23