From 9df33c59cf1913564a76cc1dc9897e2a5c08a122 Mon Sep 17 00:00:00 2001 From: Tommy Lam Date: Fri, 6 May 2022 20:28:10 +0900 Subject: [PATCH] Changing KLMDQM2 input parameters to match calibration scripts --- dqm/scripts/daqdqm/commondqm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"]: