Skip to content

Support HLT chain counts reporting for empty chains (only newJO)

Tomasz Bold requested to merge tbold/athena:simplify-filters-step into master

Small changes to support clearly the empty steps in chains in reporting:

TrigSignatureMoniMT                                 INFO HLT_mu8_L1MU6 #1467711434
TrigSignatureMoniMT                                 INFO -- #1467711434 Events         5          5          4          1          0          0
TrigSignatureMoniMT                                 INFO -- #1467711434 Features                             10         2          0
TrigSignatureMoniMT                                 INFO HLT_mu8_msonly_L1MU6 #2210258588
TrigSignatureMoniMT                                 INFO -- #2210258588 Events         5          5          4          -          0          0
TrigSignatureMoniMT                                 INFO -- #2210258588 Features                             10         -          0

and in the menu:

"HLT_mu20_msonly_L1MU20": {
            "counter": 4,
            "nameHash": 3865305628,
            "l1item": "L1_MU20",
            "l1thresholds": [
                "MU20"
            ],
            "groups": [
                "RATE:SingleMuon",
                "BW:Muon"
            ],
            "streams": [
                "Main"
            ],
            "sequencers": [
                "Step1_menu_L2MuonSA",
                "",
                "Step3_menu_EFMSMuon"
            ]
        },

Tagging @fpastore @tamartin @hrussell @aporeba - please tag further if find appropriate

Merge request reports