ATLAS Offline Software
Loading...
Searching...
No Matches
xAODAuxiliaryMeasurementDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef xAODAUXILLARYMEASUREMENT_DICT_H
5#define xAODAUXILLARYMEASUREMENT_DICT_H
6
8
14
15
16// Instantiate all necessary types for the dictionary.
17namespace {
18struct GCCXML_DUMMY_INSTANTIATION_XAODMUONPRD {
19 // Type(s) needed for the dictionary generation to succeed.
20 XAOD_INSTANTIATE_NS_CONTAINER_TYPES(xAOD, AuxiliaryMeasurementContainer);
21};
22} // namespace
23
24#endif
#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