#include <HandleTestTool3.h>
|
SG::ReadHandleKey< MyDataObj > | m_rhKey { this, "RHKey", "rcont", "ReadHandle key" } |
|
SG::ReadDecorHandleKey< MyDataObj > | m_rdhKey { this, "RDecorKey", m_rhKey, "rdecor", "ReadDecorHandleKey depending on RHKey" } |
|
SG::WriteHandleKey< MyDataObj > | m_whKey { this, "WHKey", "wcont", "WriteHandle key" } |
|
SG::WriteDecorHandleKey< MyDataObj > | m_wdhKey { this, "WDecorKey", m_whKey, "wdecor", "WriteDecorHandleKey depending on WHKey" } |
|
SG::WriteDecorHandleKey< MyDataObj > | m_wdhKey2 { this, "WDecorKey2", m_rhKey, "wdecor2", "WriteDecorHandleKey depending on RHKey" } |
|
Definition at line 26 of file HandleTestTool3.h.
◆ initialize()
StatusCode AthEx::HandleTestTool3::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_rdhKey
◆ m_rhKey
◆ m_wdhKey
◆ m_wdhKey2
◆ m_whKey
The documentation for this class was generated from the following files: