ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMeasurementBaseDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODMEASUREMENTBASE_DICT_H
6#define XAODMEASUREMENTBASE_DICT_H
7
13
14// Instantiate all necessary types for the dictionary.
15namespace {
16struct GCCXML_DUMMY_INSTANTIATION_XAODMEASUREMENTBASE {
17 // Type(s) needed for the dictionary generation to succeed.
19 UncalibratedMeasurementContainer_v1);
20};
21} // namespace
22
23#endif // XAODMEASUREMENTBASE_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