ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigCaloDict.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 XAODTRIGCALO_XAODTRIGCALODICT_H
6#define XAODTRIGCALO_XAODTRIGCALODICT_H
7
8// Local include(s):
15
23
26
27// EDM include(s).
29
30// Instantiate all necessary types for the dictionary.
31namespace {
32 struct GCCXML_DUMMY_INSTANTIATION_XAODTRIGCALO {
33 // Local type(s).
34 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, TrigCaloClusterContainer_v1 );
35 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, TrigEMClusterContainer_v1 );
36 };
37}
38
39#endif // XAODTRIGCALO_XAODTRIGCALODICT_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