Skip to content

Support multiplicity triggers in new JO

Adds an example and support for same threshold multiplicity triggers. Implementation follows a suggestion from @tamartin to actually pass all chains though ComboHypos e.g. HLT_e3_L1EM3 would be configured with required multiplicity: [1]. This approach simplifies configuring the CF significantly.

Counting:

TrigSignatureMoniMT                                 INFO HLT_e3_etcut_L1EM3 #683953566
TrigSignatureMoniMT                                 INFO -- #683953566 Events          43         43         43         0          0
TrigSignatureMoniMT                                 INFO -- #683953566 Features                              260        0
TrigSignatureMoniMT                                 INFO HLT_2e3_etcut_L12EM3 #2613484113
TrigSignatureMoniMT                                 INFO -- #2613484113 Events         28         28         28         0          0
TrigSignatureMoniMT                                 INFO -- #2613484113 Features                             230        0
TrigSignatureMoniMT                                 INFO HLT_e5_etcut_e3_etcut_L12EM3 #2451906525
TrigSignatureMoniMT                                 INFO -- #2451906525 Events         28         28         28         0          0
TrigSignatureMoniMT                                 INFO -- #2451906525 Features                             115        0
                                                                                                           ^^^^^^^^
                                                                                                         inclusive & combined chains 
                                                                                                         end in the same step

Details are discussed in: https://its.cern.ch/jira/browse/ATR-22099 Tagging @tamartin @fpastore

Edited by Tomasz Bold

Merge request reports