ATLAS Offline Software
|
Particular map which is used to associate names to read handles of AuxElements or AuxVectorBase. More...
Static Public Member Functions | |
template<class T > | |
static T & | checkedRef (T *a) |
Return a reference for the given pointer. More... | |
static bool | isVector (const std::any &anything) |
Check whether the given any is the "vector" object. More... | |
static bool | isElement (const std::any &anything) |
Check whether the given any is the "element" object. More... | |
static T_Element_Key & | elementKey (std::any &anything) |
Get a reference to the element object referred to by any or throw an exception. More... | |
static T_Vector_Key & | vectorKey (std::any &anything) |
Get a reference to the vector object referred to by any or throw an exception. More... | |
static const T_Element_Key & | elementKey (const std::any &anything) |
Get a reference to the element object referred to by any or throw an exception (read only). More... | |
static const T_Vector_Key & | vectorKey (const std::any &anything) |
Get a reference to the vector object referred to by any or throw an exception (read only). More... | |
Public Attributes | |
K | keys |
STL member. More... | |
T | elements |
STL member. More... | |
Particular map which is used to associate names to read handles of AuxElements or AuxVectorBase.
Definition at line 170 of file SGxAODProxyLoader.h.
|
inlinestatic |
Return a reference for the given pointer.
Will throw an exception if the pointer is nullptr.
Definition at line 176 of file SGxAODProxyLoader.h.
|
inlinestatic |
Get a reference to the element object referred to by any or throw an exception (read only).
Definition at line 193 of file SGxAODProxyLoader.h.
|
inlinestatic |
Get a reference to the element object referred to by any or throw an exception.
Definition at line 189 of file SGxAODProxyLoader.h.
|
inlinestatic |
Check whether the given any is the "element" object.
Definition at line 187 of file SGxAODProxyLoader.h.
|
inlinestatic |
Check whether the given any is the "vector" object.
Definition at line 185 of file SGxAODProxyLoader.h.
|
inlinestatic |
Get a reference to the vector object referred to by any or throw an exception (read only).
Definition at line 195 of file SGxAODProxyLoader.h.
|
inlinestatic |
Get a reference to the vector object referred to by any or throw an exception.
Definition at line 191 of file SGxAODProxyLoader.h.
|
inherited |
STL member.
|
inherited |
STL member.