ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
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 {
22  return StatusCode::SUCCESS;
23 }

Member Data Documentation

◆ m_whKey

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

Definition at line 37 of file HandleTestTool1.h.


The documentation for this class was generated from the following files:
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
SG::VarHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:103
AthEx::HandleTestTool1::m_whKey
SG::WriteHandleKey< MyDataObj > m_whKey
Definition: HandleTestTool1.h:38