![]() |
ATLAS Offline Software
|
#include <xAODTestReadSymlinkTool.h>
Public Member Functions | |
| xAODTestReadSymlinkTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Constructor. | |
| virtual StatusCode | initialize () override |
| Tool initialization; called at the beginning of the job. | |
| virtual StatusCode | doit (const EventContext &ctx) const override |
| Tool event processing. | |
Private Attributes | |
| SG::ReadHandleKey< SG::AuxElement > | m_objKey |
| SG::ReadHandleKey< DMTest::S1 > | m_s1Key |
| SG::ReadHandleKey< DMTest::S2 > | m_s2Key |
| SG::ReadHandleKey< DMTest::S2 > | m_aliasKey |
Definition at line 31 of file xAODTestReadSymlinkTool.h.
| DMTest::xAODTestReadSymlinkTool::xAODTestReadSymlinkTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Constructor.
| type | The tool type. |
| name | The tool name. |
| parent | The tool's parent. |
Definition at line 21 of file xAODTestReadSymlinkTool.cxx.
|
overridevirtual |
Tool event processing.
Definition at line 43 of file xAODTestReadSymlinkTool.cxx.
|
overridevirtual |
Tool initialization; called at the beginning of the job.
Definition at line 33 of file xAODTestReadSymlinkTool.cxx.
|
private |
Definition at line 63 of file xAODTestReadSymlinkTool.h.
|
private |
Definition at line 59 of file xAODTestReadSymlinkTool.h.
|
private |
Definition at line 61 of file xAODTestReadSymlinkTool.h.
|
private |
Definition at line 62 of file xAODTestReadSymlinkTool.h.