ATLAS Offline Software
Loading...
Searching...
No Matches
python.HLT.Menu.MenuPrescaleConfig Namespace Reference

Variables

list primary_groups
dict menu_prescale_set_gens

Variable Documentation

◆ menu_prescale_set_gens

dict python.HLT.Menu.MenuPrescaleConfig.menu_prescale_set_gens
Initial value:
1= {
2 # Primary (always unprescaled) triggers only, disabling unused L1 triggers.
3 'PrimaryL1PS': AutoPrescaleSetGen(enable_groups=primary_groups, disable_unused_l1_triggers=True),
4
5 # Primary (always unprescaled) triggers only.
6 'Primary': AutoPrescaleSetGen(enable_groups=primary_groups),
7
8 # Excludes a handful of triggers not to be used in reprocessing jobs, mostly due to CPU cost.
9 # Additionally, PS some high-rate low-mu triggers that are always prescaled in standard pp data-taking.
10 'HLTReprocessing': AutoPrescaleSetGen(
11 disable_groups=['PS:NoHLTRepro'],
12 chain_prescales={
13 'HLT_cosmic_id_L1MU3V_EMPTY': 10,
14 'HLT_cosmic_id_L1MU8VF_EMPTY': 10,
15 }
16 ),
17
18 # Adds more specialized triggers for trigger performance and/or CP studies, possibly run heavily PSed in data.
19 'TriggerValidation': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal']),
20
21 # Triggers for generic CP and physics analysis work.
22 'BulkMCProd': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal', 'PS:NoBulkMCProd']),
23}

Definition at line 23 of file MenuPrescaleConfig.py.

◆ primary_groups

list python.HLT.Menu.MenuPrescaleConfig.primary_groups
Initial value:
1= [
2 'Primary:PhaseI', 'Primary:Legacy', 'Primary:L1Muon', 'Primary:CostAndRate',
3 'Support:TagAndProbe', 'Support:PhaseITagAndProbe', 'Support:LegacyTagAndProbe',
4]

Definition at line 17 of file MenuPrescaleConfig.py.