ATLAS Offline Software
Loading...
Searching...
No Matches
AthEx::HandleTestTool1 Class Reference

#include <HandleTestTool1.h>

Inheritance diagram for AthEx::HandleTestTool1:
Collaboration diagram for AthEx::HandleTestTool1:

Public Member Functions

virtual StatusCode initialize () override

Private Attributes

SG::WriteHandleKey< MyDataObjm_whKey { this, "WriteKey", "obj", "" }

Detailed Description

Definition at line 27 of file HandleTestTool1.h.

Member Function Documentation

◆ initialize()

StatusCode AthEx::HandleTestTool1::initialize ( )
overridevirtual

Definition at line 19 of file HandleTestTool1.cxx.

20{
21 ATH_CHECK( m_whKey.initialize() );
22 return StatusCode::SUCCESS;
23}
#define ATH_CHECK
Evaluate an expression and check for errors.
SG::WriteHandleKey< MyDataObj > m_whKey

Member Data Documentation

◆ m_whKey

SG::WriteHandleKey<MyDataObj> AthEx::HandleTestTool1::m_whKey { this, "WriteKey", "obj", "" }
private

Definition at line 37 of file HandleTestTool1.h.

38{ this, "WriteKey", "obj", "" };

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