ATLAS Offline Software
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.
18 namespace {
19 struct GCCXML_DUMMY_INSTANTIATION_KLFITTERANALYSISALGORITHMS {
20  // Local type(s).
22  XAOD_INSTANTIATE_NS_OBJECT_TYPES(xAOD, KLFitterResult);
23 };
24 } // namespace
25 
26 #endif
KLFitterResult.h
KLFitterResultAuxContainer.h
KLFitterResultContainer.h
XAOD_INSTANTIATE_NS_OBJECT_TYPES
#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
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
DictHelpers.h
xAOD::KLFitterResultContainer
DataVector< xAOD::KLFitterResult > KLFitterResultContainer
Definition of the KLFitterResultContainer type.
Definition: KLFitterResultContainer.h:21
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
#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