![]() |
ATLAS Offline Software
|
Classes | |
| class | IObjectManager |
| Manager for EDM objects created by ROOT. More... | |
Typedefs | |
| using | IProxyDictBase = implements< IProxyDict > |
IProxyDict base class to use in a specific build environment More... | |
Functions | |
| void forceTrackIndices | NO_SANITIZE_UNDEFINED (SG::AuxVectorBase &vec) |
Helper function for calling SG::AuxVectorBase::initAuxVectorBase. More... | |
| bool | hasAuxStore (const TClass &cl) |
| Helper function deciding if a given type "has an auxiliary store". More... | |
| bool | isAuxStore (const TClass &cl) |
| Helper function deciding if a given type "is an auxiliary store". More... | |
| bool | isStandalone (const TClass &cl) |
| Helper function deciding if a given type "is a standalone object". More... | |
| using xAOD::Details::IProxyDictBase = typedef implements<IProxyDict> |
IProxyDict base class to use in a specific build environment
Helper function deciding if a given type "has an auxiliary store".
| cl | The dictionary for the type being interrogated |
true if the type has an auxiliary store, false otherwise Definition at line 40 of file IOUtils.cxx.
Helper function deciding if a given type "is an auxiliary store".
| cl | The dictionary for the type being interrogated |
true if the type is an auxiliary store, false otherwise Definition at line 53 of file IOUtils.cxx.
Helper function deciding if a given type "is a standalone object".
| cl | The dictionary for the type being interrogated |
true if the type is a standalone object, false otherwise Definition at line 65 of file IOUtils.cxx.
| void forceTrackIndices xAOD::Details::NO_SANITIZE_UNDEFINED | ( | SG::AuxVectorBase & | vec | ) |
Helper function for calling SG::AuxVectorBase::initAuxVectorBase.
Definition at line 30 of file IOUtils.cxx.
1.8.18