diff --git a/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py b/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py index 525687b93fb29..618185770fe95 100644 --- a/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py +++ b/DQM/Integration/python/clients/beam_dqm_sourceclient-live_cfg.py @@ -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): diff --git a/DQM/Integration/python/clients/beamhlt_dqm_sourceclient-live_cfg.py b/DQM/Integration/python/clients/beamhlt_dqm_sourceclient-live_cfg.py index 074a275315476..c02e5ce3de1c3 100644 --- a/DQM/Integration/python/clients/beamhlt_dqm_sourceclient-live_cfg.py +++ b/DQM/Integration/python/clients/beamhlt_dqm_sourceclient-live_cfg.py @@ -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"