Skip to content

Commit

Permalink
Merge pull request #11109 from mbandrews/Tcut74X
Browse files Browse the repository at this point in the history
Tightened timing cut for 25ns runs. Relaxed Pedestal RMS qT threshold
  • Loading branch information
cmsbuild committed Sep 27, 2015
2 parents 1b0f1c5 + fb0fd75 commit 35ea98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DQM/EcalMonitorClient/python/PedestalClient_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion DQM/EcalMonitorTasks/python/TimingTask_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

energyThresholdEE = 3.
energyThresholdEB = 1.
timeWindow = 25.
timeWindow = 12.5
summaryTimeWindow = 7.

ecalTimingTask = cms.untracked.PSet(
Expand Down

0 comments on commit 35ea98d

Please sign in to comment.