CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LedTask_cfi.py
Go to the documentation of this file.
1 ledTask = dict(
2  ledWavelengths = [1, 2]
3 )
4 
5 ledTaskPaths = dict(
6  AmplitudeSummary = "Led/Led%(wl)s/LedTask amplitude summary L%(wl)s",
7  Amplitude = "Led/Led%(wl)s/Amplitude/LedTask amplitude L%(wl)s",
8  Occupancy = "Occupancy/LedTask digi occupancy L%(wl)s",
9  Shape = "Led/Led%(wl)s/LedTask pulse shape L%(wl)s",
10  Timing = "Led/Led%(wl)s/Timing/LedTask uncalib timing L%(wl)s",
11  AOverP = "Led/Led%(wl)s/AOverP/LedTask AoverP L%(wl)s",
12  PNAmplitude = "Led/Led%(wl)s/PN/Gain%(pngain)s/LedTask PN amplitude L%(wl)s G%(wl)s",
13  PNOccupancy = "Occupancy/LedTask PN digi occupancy"
14 )