Skip to content

Commit

Permalink
Merge pull request #21080 from thomreis/l1t_online_dqm_emulator_confi…
Browse files Browse the repository at this point in the history
…g_fix

L1T DQM - Fix for OMTF data to emulator check configuration
  • Loading branch information
cmsbuild committed Nov 2, 2017
2 parents f1f232a + 838ff6a commit e63f423
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms
from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
from DQM.L1TMonitor.L1TdeStage2OMTF_cfi import ignoreBins
from DQM.L1TMonitor.L1TdeStage2OMTF_cfi import ignoreBinsDeStage2Omtf

# RegionalMuonCands
l1tStage2OMTFEmulatorCompRatioClient = DQMEDHarvester("L1TStage2RatioClient",
Expand All @@ -11,7 +11,7 @@
ratioTitle = cms.untracked.string('Summary of mismatch rates between OMTF muons and OMTF emulator muons'),
yAxisTitle = cms.untracked.string('# mismatch / # total'),
binomialErr = cms.untracked.bool(True),
ignoreBin = cms.untracked.vint32(ignoreBins)
ignoreBin = cms.untracked.vint32(ignoreBinsDeStage2Omtf)
)

# sequences
Expand Down

0 comments on commit e63f423

Please sign in to comment.