Skip to content

Commit

Permalink
Run TTDQM module only on filtered events
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoXT committed Mar 12, 2022
1 parent 7b91fbc commit 2463d11
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 2463d11

Please sign in to comment.