Skip to content

Commit

Permalink
Merge pull request #805 in B2/basf2 from bugfix/run-ttdqm-module-only…
Browse files Browse the repository at this point in the history
…-on-filtered-events to release/06-01

* commit '2463d11c117d7e0de59817cc93d4c37c61cfe654':
  Run TTDQM module only on filtered events
  • Loading branch information
GiacomoXT committed Mar 13, 2022
2 parents 7b91fbc + 2463d11 commit da40c65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dqm/scripts/daqdqm/commondqm.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ def add_common_dqm(path, components=None, dqm_environment="expressreco", dqm_mod
# Check components.
check_components(components)

# TTD trigger and bunch injection monitoring
path.add_module('TTDDQM')
if dqm_mode in ["dont_care", "filtered"]:
# TTD trigger and bunch injection monitoring
path.add_module('TTDDQM')

if dqm_environment == "expressreco" and (dqm_mode in ["dont_care"]):
# PXD (not useful on HLT)
Expand Down

0 comments on commit da40c65

Please sign in to comment.