ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigMissingETDict.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 xAODTrigMissingET_xAODTrigMissingET_DICT_H
6#define xAODTrigMissingET_xAODTrigMissingET_DICT_H
7
8// Local include(s):
15
16// EDM include(s).
18
19// Instantiate all necessary types for the dictionary.
20namespace {
21 struct GCCXML_DUMMY_INSTANTIATION_XAODTRIGMISSINGET {
22 // Local type(s).
23 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, TrigMissingETContainer_v1 );
24 };
25}
26
27#endif // xAODTrigMissingET_xAODTrigMissingET_DICT_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