#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 |
Definition at line 16 of file HandleTestTool3.cxx.
17{
23
29
30 return StatusCode::SUCCESS;
31}
#define ATH_CHECK
Evaluate an expression and check for errors.
◆ m_rdhKey
Definition at line 38 of file HandleTestTool3.h.
39{
this,
"RDecorKey",
m_rhKey,
"rdecor",
"ReadDecorHandleKey depending on RHKey" };
◆ m_rhKey
Definition at line 35 of file HandleTestTool3.h.
36{ this, "RHKey", "rcont", "ReadHandle key" };
◆ m_wdhKey
Definition at line 44 of file HandleTestTool3.h.
45{
this,
"WDecorKey",
m_whKey,
"wdecor",
"WriteDecorHandleKey depending on WHKey" };
◆ m_wdhKey2
Definition at line 47 of file HandleTestTool3.h.
48{
this,
"WDecorKey2",
m_rhKey,
"wdecor2",
"WriteDecorHandleKey depending on RHKey" };
◆ m_whKey
Definition at line 41 of file HandleTestTool3.h.
42{ this, "WHKey", "wcont", "WriteHandle key" };
The documentation for this class was generated from the following files: