ATLAS Offline Software
Loading...
Searching...
No Matches
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{
21 ATH_CHECK( m_wdhKey.initialize() );
22 return StatusCode::SUCCESS;
23}
#define ATH_CHECK
Evaluate an expression and check for errors.
SG::WriteDecorHandleKey< MyDataObj > m_wdhKey

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.

38{ this, "DecorKey", "obj.decor", "" };

The documentation for this class was generated from the following files: