![]() |
ATLAS Offline Software
|
Classes | |
class | AuxStoreBase |
Common base class for the auxiliary store implementations. More... | |
Functions | |
bool | isRegisteredType (SG::auxid_t auxid) |
Check if the auxiliary variable has a registered type. More... | |
TClass * | lookupVectorType (TClass &cl) |
Internal function used by xAOD::TAuxStore and xAOD::RAuxStore . More... | |
bool xAOD::details::isRegisteredType | ( | SG::auxid_t | auxid | ) |
Check if the auxiliary variable has a registered type.
This function is used to test if a given auxiliary variable is known in the registry with a proper type.
true
if the full type of the auxiliary property is known, false
otherwise Definition at line 11 of file isRegisteredType.cxx.
TClass * xAOD::details::lookupVectorType | ( | TClass & | cl | ) |
Internal function used by xAOD::TAuxStore
and xAOD::RAuxStore
.
It looks for a typedef called vector_type
on the type given to it.
cl | The type that should be searched for the typedefed type |
Definition at line 12 of file lookupVectorType.cxx.