ATLAS Offline Software
Loading...
Searching...
No Matches
xAODEgammaDict.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 XAODEGAMMA_XAODEGAMMADICT_H
6#define XAODEGAMMA_XAODEGAMMADICT_H
7
8// Local include(s):
9#include "xAODEgamma/Egamma.h"
15
16#include "xAODEgamma/Electron.h"
24
25#include "xAODEgamma/Photon.h"
33
38
39// EDM include(s).
41
42// Instantiate all necessary types for the dictionary.
43namespace {
44 struct GCCXML_DUMMY_INSTANTIATION_XAODEGAMMA {
45 // Local type(s).
46 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, EgammaContainer_v1 );
47 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, ElectronContainer_v1 );
48 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, PhotonContainer_v1 );
49 // Type(s) needed for the dictionary generation to succeed.
53 // Type returned by helper function(s).
54 std::set< const xAOD::TrackParticle* > setTP;
55 };
56}
57
58#endif // XAODEGAMMA_XAODEGAMMADICT_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
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".