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