ATLAS Offline Software
|
Interface of an auxiliary class to pass the parent, e.g. More...
#include <SGxAODProxyLoader.h>
Public Member Functions | |
~IParentHelper () | |
virtual StatusCode | declare (SG::VarHandleKey &handle)=0 |
This method needs to be implement to declare the given data handle. More... | |
Interface of an auxiliary class to pass the parent, e.g.
AthCommonDataStore, to this loader to declare new data handles.
Definition at line 64 of file SGxAODProxyLoader.h.
|
inline |
Definition at line 66 of file SGxAODProxyLoader.h.
|
pure virtual |
This method needs to be implement to declare the given data handle.
Implemented in ExpressionParsing::SGxAODProxyLoader::ParentHelper< T >.