ATLAS Offline Software
xAODEgammaParameters.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 # make the xAOD namespace accessible
4 from ROOT import xAOD # noqa: F401
5 
6 # pull in the EgammaType enum dictionary by name - it makes the enum names
7 # visible directly in EgammaParameters namespace
8 from ROOT.xAOD.EgammaParameters import EgammaType # noqa: F401