From 70105b9b5e8ccf0f83016b6b8e501a1f92aa39bf Mon Sep 17 00:00:00 2001 From: Jordan Martins <36475694+jordan-martins@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:10:50 +0200 Subject: [PATCH] Update PDWG_ReserveDMu_SD_cff.py --- Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py b/Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py index 09dc2ff4e8b31..8b010203ce569 100644 --- a/Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py +++ b/Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py @@ -58,4 +58,5 @@ ReserveDMu.andOr = cms.bool( True ) # we want to intentionally throw and exception # in case it does not match one of the HLT Paths -ReserveDMu.throw = cms.bool( True ) +# set to False now, switch to on once matrix is updated +ReserveDMu.throw = cms.bool( False )