ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestWriteCVecConst.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_XAODTESTWRITECVECCONST_H
17#define DATAMODELTESTDATAWRITE_XAODTESTWRITECVECCONST_H
18
19
23
24
25namespace DMTest {
26
27
33{
34public:
40 xAODTestWriteCVecConst (const std::string &name, ISvcLocator *pSvcLocator);
41
42
46 virtual StatusCode initialize() override;
47
48
52 virtual StatusCode execute (const EventContext& ctx) const override;
53
54
58 virtual StatusCode finalize() override;
59
60
61private:
63};
64
65
66} // namespace DMTest
67
68
69#endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITECVECCONST_H
Class used for testing xAOD data reading/writing.
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< DMTest::CVec > m_cvecKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
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.
xAODTestWriteCVecConst(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23