#include "xAODRootAccess/TAuxStore.h"
#include "isRegisteredType.h"
#include "lookupVectorType.h"
#include "xAODRootAccess/tools/Message.h"
#include "xAODRootAccess/tools/ReturnCheck.h"
#include "xAODRootAccess/tools/TAuxVectorFactory.h"
#include "xAODRootAccess/tools/Utils.h"
#include "AthContainers/AuxStoreInternal.h"
#include "AthContainers/AuxTypeRegistry.h"
#include "AthContainers/exceptions.h"
#include "AthContainers/tools/AuxVectorInterface.h"
#include "CxxUtils/as_const_ptr.h"
#include "CxxUtils/checker_macros.h"
#include "xAODCore/tools/IOStats.h"
#include "xAODCore/tools/ReadStats.h"
#include <TBranch.h>
#include <TBranchElement.h>
#include <TClass.h>
#include <TError.h>
#include <TROOT.h>
#include <TStreamerElement.h>
#include <TStreamerInfo.h>
#include <TString.h>
#include <TTree.h>
#include <TVirtualCollectionProxy.h>
#include <cassert>
#include <format>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.