ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestWriteCInfoTool.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$
14
15
16#ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITECINFOTOOL_H
17#define DATAMODELTESTDATAWRITE_XAODTESTWRITECINFOTOOL_H
18
19
26
27
28namespace DMTest {
29
30
35 : public extends<AthAlgTool, ITestTool>
36{
37public:
44 xAODTestWriteCInfoTool (const std::string& type,
45 const std::string& name,
46 const IInterface* parent);
47
48
52 virtual StatusCode initialize() override;
53
54
58 virtual StatusCode doit (const EventContext& ctx) const override;
59
60
61private:
64};
65
66
67} // namespace DMTest
68
69
70#endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITECINFOTOOL_H
Class used for testing xAOD data reading/writing.
Class used for testing xAOD data reading/writing.
Base class for testing SG access from tools.
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.
virtual StatusCode initialize() override
Tool initialization; called at the beginning of the job.
SG::WriteHandleKey< DMTest::C > m_cinfoKey
xAODTestWriteCInfoTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
virtual StatusCode doit(const EventContext &ctx) const override
Tool 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