ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
AthEx::HandleTestTool2 Class Reference

#include <HandleTestTool2.h>

Inheritance diagram for AthEx::HandleTestTool2:
Collaboration diagram for AthEx::HandleTestTool2:

Public Member Functions

virtual StatusCode initialize () override
 

Private Attributes

SG::WriteDecorHandleKey< MyDataObjm_wdhKey { this, "DecorKey", "obj.decor", "" }
 

Detailed Description

Definition at line 27 of file HandleTestTool2.h.

Member Function Documentation

◆ initialize()

StatusCode AthEx::HandleTestTool2::initialize ( )
overridevirtual

Definition at line 19 of file HandleTestTool2.cxx.

20 {
22  return StatusCode::SUCCESS;
23 }

Member Data Documentation

◆ m_wdhKey

SG::WriteDecorHandleKey<MyDataObj> AthEx::HandleTestTool2::m_wdhKey { this, "DecorKey", "obj.decor", "" }
private

Definition at line 37 of file HandleTestTool2.h.


The documentation for this class was generated from the following files:
AthEx::HandleTestTool2::m_wdhKey
SG::WriteDecorHandleKey< MyDataObj > m_wdhKey
Definition: HandleTestTool2.h:38
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
SG::WriteDecorHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.