CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/DQM/EcalBarrelMonitorClient/python/LaserClient_cfi.py

Go to the documentation of this file.
00001 laserClient = dict(
00002     minChannelEntries = 3,
00003     expectedAmplitude = [1500.0, 1500.0, 1500.0, 1500.0],
00004     amplitudeThreshold = [1000.0, 1000.0, 1000.0, 1000.0],
00005     amplitudeRMSThreshold = [50.0, 50.0, 50.0, 50.0],
00006     expectedTiming = [5.5, 5.5, 5.5, 5.5],
00007     timingThreshold = [0.5, 0.5, 0.5, 0.5],
00008     timingRMSThreshold = [0.2, 0.2, 0.2, 0.2],
00009     expectedPNAmplitude = [800.0, 800.0, 800.0, 800.0, 800.0, 800.0, 800.0, 800.0],
00010     pnAmplitudeThreshold = [500.0, 500.0, 500.0, 500.0, 500.0, 500.0, 500.0, 500.0],
00011     pnAmplitudeRMSThreshold = [100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0],
00012     towerThreshold = 0.1
00013 )
00014 
00015 laserClientPaths = dict(
00016     AmplitudeSummary = "Laser/Laser%(wl)s/LaserTask amplitude summary L%(wl)s",
00017     Amplitude        = "Laser/Laser%(wl)s/Amplitude/LaserTask amplitude L%(wl)s",
00018     Occupancy        = "Occupancy/LaserTask digi occupancy L%(wl)s",
00019     Timing           = "Laser/Laser%(wl)s/Timing/LaserTask uncalib timing L%(wl)s",
00020     AOverP           = "Laser/Laser%(wl)s/AOverP/LaserTask AoverP L%(wl)s",
00021     PNAmplitude      = "Laser/Laser%(wl)s/PN/Gain%(pngain)s/LaserTask PN amplitude L%(wl)s G%(wl)s",
00022     PNOccupancy      = "Occupancy/LaserTask PN digi occupancy"
00023 )