ATLAS Offline Software
Loading...
Searching...
No Matches
python.L1.Menu.MenuMapping Namespace Reference

Variables

dict menuMap

Detailed Description

This map specifies with menu to load from TriggerMenuMT/python/L1/Menu

The mapping takes precedence over the existence of the menu definition file in the above directory
The resolved name is also being used in the L1/Config/ItemDef.py and L1/Config/ThresholdDef*.py files

Prescale sets will be stripped from the menu name

Variable Documentation

◆ menuMap

dict python.L1.Menu.MenuMapping.menuMap
Initial value:
1= {
2 # pp
3 "Physics_pp_run3_v1" : ["Physics_pp_run3_v1","Physics_pp_run3_v1_inputs","Physics_pp_run3_v1_inputs_legacy"],
4 "PhysicsP1_pp_run3_v1" : ["Physics_pp_run3_v1","Physics_pp_run3_v1_inputs","Physics_pp_run3_v1_inputs_legacy"],
5 "MC_pp_run3_v1" : ["MC_pp_run3_v1", "MC_pp_run3_v1_inputs", "Physics_pp_run3_v1_inputs_legacy"],
6 "Dev_pp_run3_v1" : ["MC_pp_run3_v1", "MC_pp_run3_v1_inputs", "Physics_pp_run3_v1_inputs_legacy"],
7
8 # pp for run 4
9 "Physics_pp_run4_v1" : ["Physics_pp_run4_v1","Physics_pp_run4_v1_inputs","Physics_pp_run4_v1_inputs_legacy"],
10 #"PhysicsP1_pp_run4_v1" : ["Physics_pp_run4_v1","Physics_pp_run4_v1_inputs","Physics_pp_run4_v1_inputs_legacy"],
11 "MC_pp_run4_v1" : ["MC_pp_run4_v1", "MC_pp_run4_v1_inputs", "Physics_pp_run4_v1_inputs_legacy"],
12 "Dev_pp_run4_v1" : ["MC_pp_run4_v1", "MC_pp_run4_v1_inputs", "Physics_pp_run4_v1_inputs_legacy"],
13
14 # low mu
15 "PhysicsP1_pp_lowMu_run3_v1" : ["Physics_HI_run3_v1", "Physics_HI_run3_v1_inputs", "Physics_HI_run3_v1_inputs_legacy"],
16 "Dev_pp_lowMu_run3_v1" : ["Physics_HI_run3_v1", "Physics_HI_run3_v1_inputs", "Physics_HI_run3_v1_inputs_legacy"],
17
18 # cosmics
19 "Cosmic_run3_v1" : ["Physics_pp_run3_v1","Physics_pp_run3_v1_inputs","Physics_pp_run3_v1_inputs_legacy"],
20
21 # HI
22 "PhysicsP1_HI_run3_v1" : ["Physics_HI_run3_v1", "Physics_HI_run3_v1_inputs", "Physics_HI_run3_v1_inputs_legacy"],
23 "MC_HI_run3_v1" : ["MC_HI_run3_v1", "Physics_HI_run3_v1_inputs", "Physics_HI_run3_v1_inputs_legacy"],
24 "Dev_HI_run3_v1" : ["MC_HI_run3_v1", "Physics_HI_run3_v1_inputs", "Physics_HI_run3_v1_inputs_legacy"],
25
26 # Special dummy menus needed for compiling CTPIN switch matrix
27 "AllCTPIn_pp_run3_v1" : ["AllCTPIn_run3_v1", "Physics_pp_run3_v1_inputs", "Physics_pp_run3_v1_inputs_legacy"],
28 "AllCTPIn_HI_run3_v1" : ["AllCTPIn_run3_v1", "Physics_HI_run3_v1_inputs", "Physics_HI_run3_v1_inputs_legacy"],
29}

Definition at line 12 of file MenuMapping.py.