ATLAS Offline Software
LikelihoodEnums.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 LikeEnum namespace visible
4 from ROOT import LikeEnum # noqa: F401
5 
6 # pull in the dictionary/headers with the Menu enum definition
7 from ROOT.LikeEnum import Menu # noqa: F401