ATLAS Offline Software
Loading...
Searching...
No Matches
xAODL0MuonCandDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODL0MUONCAND_XAODL0MUONCANDDICT_H
6#define XAODL0MUONCAND_XAODL0MUONCANDDICT_H
7
8// Local include(s):
9// Run 4
10
16
22
28
30
31// Instantiate all necessary types for the dictionary.
32namespace {
33
34 struct GCCXML_DUMMY_INSTANTIATION_XAODTRIGL0MUON {
35 // Run 4
36 // Sector logic data to MUCTPI object
37 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, RPCCandDataContainer_v1 );
38 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, TGCCandDataContainer_v1 );
39 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, MDTCandDataContainer_v1 );
40
41 };
42}
43
44#endif // XAODTRIGL0MUON_XAODTRIGL0MUONEVENTDICT_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