CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/EcalBarrelMonitorTasks/python/LedTask_cfi.py

Go to the documentation of this file.
00001 ledTask = dict(
00002     ledWavelengths = [1, 2]
00003 )
00004 
00005 ledTaskPaths = dict(
00006     AmplitudeSummary = "Led/Led%(wl)s/LedTask amplitude summary L%(wl)s",
00007     Amplitude        = "Led/Led%(wl)s/Amplitude/LedTask amplitude L%(wl)s",
00008     Occupancy        = "Occupancy/LedTask digi occupancy L%(wl)s",
00009     Shape            = "Led/Led%(wl)s/LedTask pulse shape L%(wl)s",
00010     Timing           = "Led/Led%(wl)s/Timing/LedTask uncalib timing L%(wl)s",
00011     AOverP           = "Led/Led%(wl)s/AOverP/LedTask AoverP L%(wl)s",
00012     PNAmplitude      = "Led/Led%(wl)s/PN/Gain%(pngain)s/LedTask PN amplitude L%(wl)s G%(wl)s",
00013     PNOccupancy      = "Occupancy/LedTask PN digi occupancy"
00014 )