ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMuonDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef XAODMUON_XAODMUONDICT_H
5#define XAODMUON_XAODMUONDICT_H
6
7// Local include(s).
8#include "xAODMuon/Muon.h"
20
27
28#include "xAODMuon/SlowMuon.h"
34
35// EDM include(s):
37
38// Instantiate all necessary types for the dictionary.
39namespace {
40 struct GCCXML_DUMMY_INSTANTIATION_XAODMUON {
41 // Local type(s).
42 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, MuonContainer_v1 );
43 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, MuonSegmentContainer_v1 );
44 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, SlowMuonContainer_v1 );
45 // Type(s) needed for the dictionary generation to succeed.
48#if !(defined(GENERATIONBASE) || defined(XAOD_ANALYSIS))
49 // These lines are still needed in order for Reflex to see the
50 // member variable of xAOD::MuonSegmentAuxContainer_v1 correctly.
51 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( Trk, SegmentCollection );
52#endif // not (defined(GENERATIONBASE) || defined(XAOD_ANALYSIS))
53 };
54}
55
56#endif // XAODMUON_XAODMUONDICT_H
CaloClusterContainer
Definition CaloTPCnv.cxx:21
#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
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".