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