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:
= {
# Primary (always unprescaled) triggers only, disabling unused L1 triggers.
'PrimaryL1PS': AutoPrescaleSetGen(enable_groups=primary_groups, disable_unused_l1_triggers=True),
# Primary (always unprescaled) triggers only.
'Primary': AutoPrescaleSetGen(enable_groups=primary_groups),
# Excludes a handful of triggers not to be used in reprocessing jobs, mostly due to CPU cost.
# Additionally, PS some high-rate low-mu triggers that are always prescaled in standard pp data-taking.
'HLTReprocessing': AutoPrescaleSetGen(
disable_groups=['PS:NoHLTRepro'],
chain_prescales={
'HLT_cosmic_id_L1MU3V_EMPTY': 10,
'HLT_cosmic_id_L1MU8VF_EMPTY': 10,
}
),
# Adds more specialized triggers for trigger performance and/or CP studies, possibly run heavily PSed in data.
'TriggerValidation': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal']),
# Triggers for generic CP and physics analysis work.
'BulkMCProd': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal', 'PS:NoBulkMCProd']),
}

Definition at line 23 of file MenuPrescaleConfig.py.

◆ primary_groups

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

Definition at line 17 of file MenuPrescaleConfig.py.