ATLAS Offline Software
Menu_Physics_pp_run4_v1.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 #
3 # Run this file in order to print out the empty slots
4 
5 from TriggerMenuMT.L1.Base.L1MenuFlags import L1MenuFlags
6 from TriggerMenuMT.L1.Menu.MenuCommon import print_available, RequiredL1Items, defineCommonL1Flags
7 
8 def defineMenu():
9  # We do not use physics menu in Run4 development at the moment
10  defineCommonL1Flags(L1MenuFlags)
11  L1MenuFlags.items = RequiredL1Items
12 
13 if __name__ == "__main__":
14  defineMenu()
15  print_available(L1MenuFlags)
16 
17 
python.L1.Menu.MenuCommon.defineCommonL1Flags
def defineCommonL1Flags(L1MenuFlags)
Definition: MenuCommon.py:17
python.L1.Menu.Menu_Physics_pp_run4_v1.defineMenu
def defineMenu()
Definition: Menu_Physics_pp_run4_v1.py:8
python.L1.Menu.Menu_AllCTPIn_run3_v1.print_available
def print_available()
Definition: Menu_AllCTPIn_run3_v1.py:8