![]() |
ATLAS Offline Software
|
Algorithm for creating test aux data. More...
#include <xAODTestWriteCInfoTool.h>
Public Member Functions | |
| xAODTestWriteCInfoTool (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< DMTest::CVec > | m_cvecKey |
| SG::WriteHandleKey< DMTest::C > | m_cinfoKey |
Algorithm for creating test aux data.
Definition at line 34 of file xAODTestWriteCInfoTool.h.
| DMTest::xAODTestWriteCInfoTool::xAODTestWriteCInfoTool | ( | 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 29 of file xAODTestWriteCInfoTool.cxx.
|
overridevirtual |
Tool event processing.
Definition at line 56 of file xAODTestWriteCInfoTool.cxx.
|
overridevirtual |
Tool initialization; called at the beginning of the job.
Definition at line 45 of file xAODTestWriteCInfoTool.cxx.
|
private |
Definition at line 63 of file xAODTestWriteCInfoTool.h.
|
private |
Definition at line 62 of file xAODTestWriteCInfoTool.h.