Skip to content

Commit

Permalink
adding HLT_HI triggers to list of jetTriggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sikler committed Oct 30, 2018
1 parent a72fbfb commit 92876db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
#it will pick all triggers which has these strings in theri name
process.dqmBeamMonitor.jetTrigger = cms.untracked.vstring(
"HLT_HT300_Beamspot", "HLT_HT300_Beamspot",
"HLT_PAZeroBias_v", "HLT_ZeroBias_v", "HLT_QuadJet")
"HLT_PAZeroBias_v", "HLT_ZeroBias_", "HLT_QuadJet",
"HLT_HI")

process.dqmBeamMonitor.hltResults = cms.InputTag("TriggerResults","","HLT")

Expand Down

0 comments on commit 92876db

Please sign in to comment.