Skip to content

Commit 3f576c9

Browse files
author
Antonio Linares
committed
Make ReserveDMu skim throw exception upon mismatch in requested trigger paths
1 parent 3c38823 commit 3f576c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/Skimming/python/PDWG_ReserveDMu_SD_cff.py

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

0 commit comments

Comments
 (0)