Skip to content

Commit

Permalink
add HLT_PixelClusters to DQM BeamSpot clients
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Oct 25, 2021
1 parent 221349b commit 1a7d843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,12 @@
* process.recopixelvertexing)

# triggerName for selecting pv for DIP publication, no wildcard needed here
# it will pick all triggers which has these strings in theri name
# it will pick all triggers which have these strings in their name
process.dqmBeamMonitor.jetTrigger = [
"HLT_PAZeroBias_v", "HLT_ZeroBias_v", "HLT_QuadJet",
"HLT_ZeroBias_",
"HLT_HI"]
"HLT_HI",
"HLT_PixelClusters"]

# for HI only: select events based on the pixel cluster multiplicity
if (process.runType.getRunType() == process.runType.hi_run):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,12 @@
process.dqmBeamMonitor.PVFitter.errorScale = 0.95

#TriggerName for selecting pv for DIP publication, NO wildcard needed here
#it will pick all triggers which has these strings in theri name
#it will pick all triggers which have these strings in their name
process.dqmBeamMonitor.jetTrigger = cms.untracked.vstring(
"HLT_HT300_Beamspot", "HLT_HT300_Beamspot",
"HLT_PAZeroBias_v", "HLT_ZeroBias_", "HLT_QuadJet",
"HLT_HI")
"HLT_HI",
"HLT_PixelClusters")

process.dqmBeamMonitor.hltResults = "TriggerResults::HLT"

Expand Down

0 comments on commit 1a7d843

Please sign in to comment.