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 )