diff --git a/dqm/scripts/daqdqm/commondqm.py b/dqm/scripts/daqdqm/commondqm.py index b10093a651..7666cd51d3 100644 --- a/dqm/scripts/daqdqm/commondqm.py +++ b/dqm/scripts/daqdqm/commondqm.py @@ -323,7 +323,10 @@ def read_lines(category): # KLM2 (requires mu+ particle list from add_analysis_dqm) if (components is None or 'KLM' in components) and (dqm_mode in ["dont_care", "filtered"]): klmdqm2 = b2.register_module("KLMDQM2") - path.add_module(klmdqm2, MuonListName='mu+:KLMDQM') + path.add_module(klmdqm2, MuonListName='mu+:KLMDQM', + MinimalMatchingDigits=14, + MinimalMatchingDigitsOuterLayers=4, + MinimalMomentumNoOuterLayers=4.0) # We want to see the datasize of all events after removing the raw data if dqm_mode in ["dont_care", "all_events"]: