Skip to content

Commit

Permalink
Changed delayed jet skim to add HT350 and L1Tau paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Schmitz committed May 9, 2023
1 parent 21ff8f0 commit acb42aa
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 acb42aa

Please sign in to comment.