diff --git a/DQM/EcalMonitorClient/python/PedestalClient_cfi.py b/DQM/EcalMonitorClient/python/PedestalClient_cfi.py index 9165b099900d7..ab83979488737 100644 --- a/DQM/EcalMonitorClient/python/PedestalClient_cfi.py +++ b/DQM/EcalMonitorClient/python/PedestalClient_cfi.py @@ -7,7 +7,7 @@ minChannelEntries = 3 expectedMean = 200. toleranceMean = 25. -toleranceRMS = [1., 1.2, 2.] # [G1, G6, G12] +toleranceRMS = [1., 1.5, 3.] # [G1, G6, G12] expectedPNMean = 750. tolerancePNMean = 100. tolerancePNRMS = [20., 20.] # [G1, G16] diff --git a/DQM/EcalMonitorTasks/python/TimingTask_cfi.py b/DQM/EcalMonitorTasks/python/TimingTask_cfi.py index 62fc9cbb017c2..3a6807292afe5 100644 --- a/DQM/EcalMonitorTasks/python/TimingTask_cfi.py +++ b/DQM/EcalMonitorTasks/python/TimingTask_cfi.py @@ -6,7 +6,7 @@ energyThresholdEE = 3. energyThresholdEB = 1. -timeWindow = 25. +timeWindow = 12.5 summaryTimeWindow = 7. ecalTimingTask = cms.untracked.PSet(