diff --git a/DQM/L1TMonitorClient/python/L1TStage2OMTFEmulatorClient_cff.py b/DQM/L1TMonitorClient/python/L1TStage2OMTFEmulatorClient_cff.py index 09aec2cb4879f..909662de70ddd 100644 --- a/DQM/L1TMonitorClient/python/L1TStage2OMTFEmulatorClient_cff.py +++ b/DQM/L1TMonitorClient/python/L1TStage2OMTFEmulatorClient_cff.py @@ -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", @@ -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