Skip to content

Commit 4a0b665

Browse files
authored
Merge pull request #47813 from LinaresToine/Master-ReserveDMu-Throw-Exception
Make ReserveDMu skim throw exception upon mismatch in requested trigg…
2 parents 34f198a + 79eb44a commit 4a0b665

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
ReserveDMu.andOr = cms.bool( True )
1111
# we want to intentionally throw and exception
1212
# in case it does not match one of the HLT Paths
13-
# set to False now, switch to on once matrix is updated
14-
ReserveDMu.throw = cms.bool( False )
13+
ReserveDMu.throw = cms.bool( True )

0 commit comments

Comments
 (0)