Skip to content

Commit

Permalink
Merge pull request #996 in B2/basf2 from feature/BII-9351-klmdqm2-par…
Browse files Browse the repository at this point in the history
…ams-r6 to release/06-01

* commit '9df33c59cf1913564a76cc1dc9897e2a5c08a122':
  Changing KLMDQM2 input parameters to match calibration scripts
  • Loading branch information
GiacomoXT committed May 8, 2022
2 parents 4370a2b + 9df33c5 commit b58a402
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dqm/scripts/daqdqm/commondqm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]:
Expand Down

0 comments on commit b58a402

Please sign in to comment.