ATLAS Offline Software
|
Template of an auxiliary class to declare the new handles in the parent AthAlgTool, AthAlgorithm etc. More...
#include <SGxAODProxyLoader.h>
Public Member Functions | |
ParentHelper (T *parent) | |
virtual StatusCode | declare (SG::VarHandleKey &handle) override |
This method needs to be implement to declare the given data handle. More... | |
Private Attributes | |
T * | m_parent |
Template of an auxiliary class to declare the new handles in the parent AthAlgTool, AthAlgorithm etc.
Definition at line 75 of file SGxAODProxyLoader.h.
|
inline |
Definition at line 77 of file SGxAODProxyLoader.h.
|
inlineoverridevirtual |
This method needs to be implement to declare the given data handle.
Implements ExpressionParsing::SGxAODProxyLoader::IParentHelper.
Definition at line 78 of file SGxAODProxyLoader.h.
|
private |
Definition at line 84 of file SGxAODProxyLoader.h.