ATLAS Offline Software
Loading...
Searching...
No Matches
xAODLuminosityDict.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 XAODLUMINOSITY_XAODLUMINOSITYDICT_H
6#define XAODLUMINOSITY_XAODLUMINOSITYDICT_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_XAODLUMINOSITY {
29 // Local type(s).
30 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, BCMRawDataContainer_v1 );
31 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, LumiBlockRangeContainer_v1 );
32 };
33}
34
35#endif // XAODLUMINOSITY_XAODLUMINOSITYDICT_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