Skip to content

Commit

Permalink
Changed expected value of laser timing for green laser, changed the d…
Browse files Browse the repository at this point in the history
…eviation from this expected value which triggers RED in the quality plot, and changed the binning range to more clearly see the full shape.
  • Loading branch information
tanmaymudholkar committed Mar 23, 2017
1 parent b62bdfe commit f957a08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DQM/EcalMonitorClient/python/LaserClient_cfi.py
Expand Up @@ -13,8 +13,8 @@
expectedPNAmplitude = [800.0, 800.0, 800.0, 800.0]
tolerancePNAmp = 0.1
tolerancePNRMSRatio = 1.
expectedTiming = [4.2, 4.2, 4.2, 4.2]
toleranceTiming = 0.5
expectedTiming = [4.2, 3.7, 4.2, 4.2]
toleranceTiming = 1.0
toleranceTimRMS = 0.4

ecalLaserClient = cms.untracked.PSet(
Expand Down Expand Up @@ -63,9 +63,9 @@
),
otype = cms.untracked.string('SM'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(5.5),
high = cms.untracked.double(5.0),
nbins = cms.untracked.int32(100),
low = cms.untracked.double(3.5),
low = cms.untracked.double(3.0),
title = cms.untracked.string('time (clock)')
),
btype = cms.untracked.string('User'),
Expand Down

0 comments on commit f957a08

Please sign in to comment.