ATLAS Offline Software
xAODMuonEnums.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 from 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
8 from ROOT.xAODMuonEnums import MuonType # noqa: F401