ATLAS Offline Software
Loading...
Searching...
No Matches
KLFitterAnalysisAlgorithmsDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8#ifndef KLFITTERANALYSIS_ALGORITHMS_DICT_H
9#define KLFITTERANALYSIS_ALGORITHMS_DICT_H
10
14
15// EDM include(s).
17// Instantiate all necessary types for the dictionary.
18namespace {
19struct GCCXML_DUMMY_INSTANTIATION_KLFITTERANALYSISALGORITHMS {
20 // Local type(s).
21 XAOD_INSTANTIATE_NS_CONTAINER_TYPES(xAOD, KLFitterResultContainer);
22 XAOD_INSTANTIATE_NS_OBJECT_TYPES(xAOD, KLFitterResult);
23};
24} // namespace
25
26#endif
#define XAOD_INSTANTIATE_NS_CONTAINER_TYPES(NS, TYPE)
Macro instantiating all the container "interface" and smart pointer types that we need a dictionary f...
Definition DictHelpers.h:40
#define XAOD_INSTANTIATE_NS_OBJECT_TYPES(NS, TYPE)
Macro instantiating all the single object smart pointer types that we need a dictionary for.
Definition DictHelpers.h:65