ATLAS Offline Software
|
#include "AthContainersRoot/getDynamicAuxID.h"
#include "AthContainersRoot/RootAuxVectorFactory.h"
#include "AthContainers/AuxTypeRegistry.h"
#include "AthContainers/tools/error.h"
#include "TClass.h"
#include "TROOT.h"
Go to the source code of this file.
Namespaces | |
SG | |
Forward declaration. | |
Functions | |
TClass * | SG::getClassIfDictionaryExists (const std::string &cname) |
Look up a TClass given a name. More... | |
SG::auxid_t | SG::getDynamicAuxID (const std::type_info &ti, const std::string &name, const std::string &elementTypeName, const std::string &branch_type_name, bool standalone, SG::auxid_t linked_auxid) |
Find the auxid for a dynamic branch. More... | |