#include <HiveTool.h>
Definition at line 16 of file HiveTool.h.
◆ HiveTool()
HiveTool::HiveTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~HiveTool()
◆ doSomething()
StatusCode HiveTool::doSomething |
( |
| ) |
const |
|
virtual |
Definition at line 52 of file HiveTool.cxx.
61 ATH_MSG_INFO(
" read: " << rh.key() <<
" = " << rh->val() );
69 ATH_CHECK(wrh1.record(std::make_unique< HiveDataObj >(
val + 666)));
71 ATH_MSG_INFO(
" write: " << wrh1.key() <<
" = " << wrh1->val() );
74 return StatusCode::SUCCESS;
◆ finalize()
StatusCode HiveTool::finalize |
( |
| ) |
|
|
virtual |
Definition at line 46 of file HiveTool.cxx.
49 return StatusCode::SUCCESS;
◆ initialize()
StatusCode HiveTool::initialize |
( |
| ) |
|
|
virtual |
Definition at line 25 of file HiveTool.cxx.
42 return StatusCode::SUCCESS;
◆ m_rdh1
◆ m_wrh1
The documentation for this class was generated from the following files: