ATLAS Offline Software
Loading...
Searching...
No Matches
xAODParticleEventDict.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 XAODPARTICLEEVENT_XAODPARTICLEEVENTDICT_H
6#define XAODPARTICLEEVENT_XAODPARTICLEEVENTDICT_H
7
8// Local include(s).
15
22
23// EDM include(s).
25
26// Instantiate all necessary types for the dictionary.
27namespace {
28 struct GCCXML_DUMMY_INSTANTIATION_XAODPARTICLEEVENT {
29 // Types for which dictionaries are built.
30 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, ParticleContainer_v1 );
32 CompositeParticleContainer_v1 );
33 // Type(s) needed for the dictionary generation to succeed.
35 };
36}
37
38#endif // XAODPARTICLEEVENT_XAODPARTICLEEVENTDICT_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
DataVector< IParticle > IParticleContainer