ATLAS Offline Software
HandleTestTool1.cxx
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
3  */
13 #include "HandleTestTool1.h"
14 
15 
16 namespace AthEx {
17 
18 
20 {
22  return StatusCode::SUCCESS;
23 }
24 
25 
26 } // namespace AthEx
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthEx
Definition: Hist.h:25
AthEx::HandleTestTool1::initialize
virtual StatusCode initialize() override
Definition: HandleTestTool1.cxx:19
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
HandleTestTool1.h
Test for cross-component circular dependency warning suppression of WriteDecorHandleKey.