ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigL0MuonDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef XAODTRIGL0MUON_XAODTRIGL0MUONEVENTDICT_H
5#define XAODTRIGL0MUON_XAODTRIGL0MUONEVENTDICT_H
6
7// Local include(s):
8
9// Run 4
10
17
18// EDM include(s).
20
21// Instantiate all necessary types for the dictionary.
22namespace {
23 struct GCCXML_DUMMY_INSTANTIATION_XAODTRIGL0MUON {
24
25 // Run 4
26
27 // Sector logic data to MUCTPI object
28 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, SectorLogicCandDataContainer_v1 );
29 };
30}
31
32#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