ATLAS Offline Software
Loading...
Searching...
No Matches
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
5from TriggerMenuMT.L1.Base.L1MenuFlags import L1MenuFlags
6from TriggerMenuMT.L1.Menu.MenuCommon import print_available, RequiredL1Items, defineCommonL1Flags
7
9 # We do not use physics menu in Run4 development at the moment
10 defineCommonL1Flags(L1MenuFlags)
11 L1MenuFlags.items = RequiredL1Items
12
13if __name__ == "__main__":
15 print_available(L1MenuFlags)
16
17