ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestWriteCView.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 DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_H
17#define DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_H
18
19
26
27
28namespace DMTest {
29
30
36{
37public:
43 xAODTestWriteCView (const std::string &name, ISvcLocator *pSvcLocator);
44
45
49 virtual StatusCode initialize() override;
50
51
55 virtual StatusCode execute (const EventContext& ctx) const override;
56
57
61 virtual StatusCode finalize() override;
62
63
64private:
67};
68
69
70} // namespace DMTest
71
72
73#endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_H
Class used for testing xAOD data reading/writing.
Class used for testing ViewVector reading/writing.
DataVector adapter that acts like it holds const pointers.
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.
SG::WriteHandleKey< ConstDataVector< DMTest::CView > > m_cviewKey
xAODTestWriteCView(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
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