Skip to content

Commit dc1c73b

Browse files
authored
Merge pull request #48775 from patinkaew/scouting_nano_fixSkipEventsWithoutScoutingObjects_15_1_0_pre5
ScoutingNano: Update skipEventsWithoutScouting to include new ScoutingPF0,ScoutingPF1 datasets
2 parents 760b5a9 + 592b9c4 commit dc1c73b

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)