ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMissingETDict.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 XAODMISSINGET_XAODMISSINGETDICT_H
6#define XAODMISSINGET_XAODMISSINGETDICT_H
7
8// Local include(s).
15
22
30
32
33// EDM include(s).
35
36// Instantiate all necessary types for the dictionary.
37namespace {
38 struct GCCXML_DUMMY_INSTANTIATION_XAODMISSINGET {
39 // Local type(s).
40 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, MissingETContainer_v1 );
41 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, MissingETComponentMap_v1 );
42 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, MissingETAssociationMap_v1 );
43 // Type(s) needed for the dictionary generation to succeed.
45 };
46}
47
48#endif // XAODMISSINGET_XAODMISSINGETDICT_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