ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigMuonDict.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 XAODTRIGMUON_XAODTRIGMUONDICT_H
6#define XAODTRIGMUON_XAODTRIGMUONDICT_H
7
8// Local include(s).
18
25
32
33// EDM include(s).
35
36// Instantiate all necessary types for the dictionary.
37namespace {
38 struct GCCXML_DUMMY_INSTANTIATION_XAODTRIGMUON {
39 // Local type(s).
40 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, L2StandAloneMuonContainer_v1 );
41 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, L2StandAloneMuonContainer_v2 );
42 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, L2IsoMuonContainer_v1 );
43 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, L2CombinedMuonContainer_v1 );
44 // Type(s) needed for the dictionary generation to succeed.
46 };
47}
48
49#endif // XAODTRIGMUON_XAODTRIGMUONDICT_H
#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".