Skip to content

Commit

Permalink
Changed delayed jet skim to add HT350 and L1Tau paths [13_0_X]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Schmitz committed May 10, 2023
1 parent adad4fd commit 6dc3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Skimming/python/PDWG_EXODelayedJet_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DelayedJetHTTrigger = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
DelayedJetHTTrigger.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" )
DelayedJetHTTrigger.HLTPaths = cms.vstring(
"HLT_HT430_DelayedJet40*"
["HLT_HT430_DelayedJet40*","HLT_HT350_DelayedJet40*","HLT_L1Tau_DelayedJet40*"]
)
DelayedJetHTTrigger.throw = False
DelayedJetHTTrigger.andOr = True
Expand Down

0 comments on commit 6dc3bc3

Please sign in to comment.