= {
'PrimaryL1PS': AutoPrescaleSetGen(enable_groups=primary_groups, disable_unused_l1_triggers=True),
'Primary': AutoPrescaleSetGen(enable_groups=primary_groups),
'HLTReprocessing': AutoPrescaleSetGen(
disable_groups=['PS:NoHLTRepro'],
chain_prescales={
'HLT_cosmic_id_L1MU3V_EMPTY': 10,
'HLT_cosmic_id_L1MU8VF_EMPTY': 10,
}
),
'TriggerValidation': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal']),
'BulkMCProd': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal', 'PS:NoBulkMCProd']),
}