ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMuonRDODict.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 XAODMUONRDO_DICT_H
6#define XAODMUONRDO_DICT_H
7
13
16
19
21
22// Instantiate all necessary types for the dictionary.
23namespace {
24 struct GCCXML_DUMMY_INSTANTIATION_XAODMUONRDO {
25 // Type(s) needed for the dictionary generation to succeed.
26 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, NRPCRDOContainer_v1 );
27 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, NSWTPRDOContainer_v1 );
28 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, NSWMMTPRDOContainer_v1 );
29 };
30}
31
32
33#endif // XAODMUONRDO_DICT_H
34
#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