ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMuonEnums.py
Go to the documentation of this file.
1# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3from ROOT import xAODMuonEnums # noqa: F401
4
5# pull in the MuonType enum dictionary by name - it makes the enum names
6# (and also other enums names from the same dictionary)
7# visible directly in the xAODMuonEnums namespace
8from ROOT.xAODMuonEnums import MuonType # noqa: F401