Skip to content

Commit 592b9c4

Browse files
committed
update skipEventsWithoutScouting with new ScoutingPF0,ScoutingPF1 datasets
1 parent 043863c commit 592b9c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PhysicsTools/NanoAOD/python/custom_run3scouting_cff.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ def skipEventsWithoutScouting(process):
221221
import HLTrigger.HLTfilters.hltHighLevel_cfi
222222

223223
process.scoutingTriggerPathFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
224-
HLTPaths = cms.vstring("Dataset_ScoutingPFRun3")
224+
HLTPaths = cms.vstring("Dataset_ScoutingPFRun3", "Dataset_ScoutingPF0", "Dataset_ScoutingPF1"),
225+
throw = cms.bool(False)
225226
)
226227

227228
process.nanoSkim_step = cms.Path(process.scoutingTriggerPathFilter)

0 commit comments

Comments
 (0)