Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
16 
17 // EDM include(s).
19 // Instantiate all necessary types for the dictionary.
20 namespace {
21 struct GCCXML_DUMMY_INSTANTIATION_KLFITTERANALYSISALGORITHMS {
22  // Local type(s).
24  XAOD_INSTANTIATE_NS_OBJECT_TYPES(xAOD, KLFitterResult);
25 };
26 } // namespace
27 
28 #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
RunKLFitterAlg.h
DictHelpers.h
xAOD::KLFitterResultContainer
DataVector< xAOD::KLFitterResult > KLFitterResultContainer
Definition of the KLFitterResultContainer type.
Definition: KLFitterResultContainer.h:21
KLFitterFinalizeOutputAlg.h
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