1= {
2
3 'PrimaryL1PS': AutoPrescaleSetGen(enable_groups=primary_groups, disable_unused_l1_triggers=True),
4
5
6 'Primary': AutoPrescaleSetGen(enable_groups=primary_groups),
7
8
9
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
19 'TriggerValidation': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal']),
20
21
22 'BulkMCProd': AutoPrescaleSetGen(disable_groups=['PS:NoHLTRepro', 'PS:NoTrigVal', 'PS:NoBulkMCProd']),
23}