ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestReadSymlinkTool.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 DATAMODELTESTDATACOMMON_XAODTESTREADSYMLINKTOOL_H
17#define DATAMODELTESTDATACOMMON_XAODTESTREADSYMLINKTOOL_H
18
19
26
27
28namespace DMTest {
29
30
32 : public extends<AthAlgTool, ITestTool>
33{
34public:
41 xAODTestReadSymlinkTool (const std::string& type,
42 const std::string& name,
43 const IInterface* parent);
44
45
49 virtual StatusCode initialize() override;
50
51
55 virtual StatusCode doit (const EventContext& ctx) const override;
56
57
58private:
60
64};
65
66
67} // namespace DMTest
68
69
70#endif // not DATAMODELTESTDATACOMMON_XAODTESTREADSYMLINKTOOL_H
Base class for elements of a container that can have aux data.
Base class for testing SG access from tools.
For symlink tests.
For symlink tests.
Property holding a SG store/key/clid from which a ReadHandle is made.
xAODTestReadSymlinkTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
SG::ReadHandleKey< DMTest::S2 > m_aliasKey
virtual StatusCode initialize() override
Tool initialization; called at the beginning of the job.
virtual StatusCode doit(const EventContext &ctx) const override
Tool event processing.
SG::ReadHandleKey< SG::AuxElement > m_objKey
SG::ReadHandleKey< DMTest::S2 > m_s2Key
SG::ReadHandleKey< DMTest::S1 > m_s1Key
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition B.h:23