![]() |
ATLAS Offline Software
|
#include <HandleTestTool3.h>
Public Member Functions | |
| virtual StatusCode | initialize () override |
Private Attributes | |
| 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.
|
overridevirtual |
Definition at line 16 of file HandleTestTool3.cxx.
|
private |
Definition at line 38 of file HandleTestTool3.h.
|
private |
Definition at line 35 of file HandleTestTool3.h.
|
private |
Definition at line 44 of file HandleTestTool3.h.
|
private |
Definition at line 47 of file HandleTestTool3.h.
|
private |
Definition at line 41 of file HandleTestTool3.h.