Skip to content

Commit

Permalink
Merge pull request #24526 from hyunyong/GEMHIDQMbp
Browse files Browse the repository at this point in the history
GEM online DQM client update for HI run test Backport
  • Loading branch information
cmsbuild committed Sep 25, 2018
2 parents a8e31ee + b54afe9 commit 1efd684
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -17,6 +17,10 @@
process.load('RecoLocalMuon.GEMRecHit.gemRecHits_cfi')
process.load("DQM.GEM.GEMDQM_cff")


if (process.runType.getRunType() == process.runType.hi_run):
process.muonGEMDigis.InputLabel = cms.InputTag("rawDataRepacker")

process.muonGEMDigis.useDBEMap = True
process.muonGEMDigis.unPackStatusDigis = True

Expand Down

0 comments on commit 1efd684

Please sign in to comment.