ATLAS Offline Software
Loading...
Searching...
No Matches
xAODCaloRingsDict.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 XAODCALORINGS_XAODCALORINGSDICT_H
6#define XAODCALORINGS_XAODCALORINGSDICT_H
7
8// Local include(s):
10
17
24
31
33
34// EDM include(s).
36
37// Instantiate all necessary types for the dictionary.
38namespace {
39 struct GCCXML_DUMMY_INSTANTIATION_XAODCALORINGS {
40 // Local type(s).
41 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, RingSetContainer_v1 );
42 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, RingSetConfContainer_v1 );
43 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, CaloRingsContainer_v1 );
44 // Type(s) needed for the dictionary generation to succeed.
45 std::vector< CaloSampling::CaloSample > sample_vec;
46 };
47} // private namespace
48
49#endif // XAODCALORINGS_XAODCALORINGSDICT_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