![]() |
ATLAS Offline Software
|
#include <HiveTool.h>
Public Member Functions | |
| HiveTool (const std::string &, const std::string &, const IInterface *) | |
| virtual | ~HiveTool () |
| virtual StatusCode | initialize () |
| virtual StatusCode | finalize () |
| virtual StatusCode | doSomething (const EventContext &ctx) const |
Private Attributes | |
| SG::ReadHandleKey< HiveDataObj > | m_rdh1 {this, "Key_R1", "x1", "tool read key"} |
| SG::WriteHandleKey< HiveDataObj > | m_wrh1 {this, "Key_W1", "X1", "tool write key"} |
Definition at line 16 of file HiveTool.h.
| HiveTool::HiveTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 14 of file HiveTool.cxx.
|
virtual |
Definition at line 21 of file HiveTool.cxx.
|
virtual |
Definition at line 52 of file HiveTool.cxx.
|
virtual |
Definition at line 46 of file HiveTool.cxx.
|
virtual |
Definition at line 25 of file HiveTool.cxx.
|
private |
Definition at line 28 of file HiveTool.h.
|
private |
Definition at line 29 of file HiveTool.h.