![]() |
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. | |
Private Attributes | |
| T * | m_parent |
Template of an auxiliary class to declare the new handles in the parent AthAlgTool, AthAlgorithm etc.
Definition at line 79 of file SGxAODProxyLoader.h.
|
inline |
Definition at line 81 of file SGxAODProxyLoader.h.
|
inlineoverridevirtual |
This method needs to be implement to declare the given data handle.
Implements ExpressionParsing::SGxAODProxyLoader::IParentHelper.
Definition at line 82 of file SGxAODProxyLoader.h.
|
private |
Definition at line 88 of file SGxAODProxyLoader.h.