CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
LaserClient_cfi Namespace Reference

Variables

tuple laserClient
 
tuple laserClientPaths
 

Variable Documentation

tuple LaserClient_cfi.laserClient
Initial value:
1 = dict(
2  minChannelEntries = 3,
3  expectedAmplitude = [1500.0, 1500.0, 1500.0, 1500.0],
4  amplitudeThreshold = [1000.0, 1000.0, 1000.0, 1000.0],
5  amplitudeRMSThreshold = [50.0, 50.0, 50.0, 50.0],
6  expectedTiming = [5.5, 5.5, 5.5, 5.5],
7  timingThreshold = [0.5, 0.5, 0.5, 0.5],
8  timingRMSThreshold = [0.2, 0.2, 0.2, 0.2],
9  expectedPNAmplitude = [800.0, 800.0, 800.0, 800.0, 800.0, 800.0, 800.0, 800.0],
10  pnAmplitudeThreshold = [500.0, 500.0, 500.0, 500.0, 500.0, 500.0, 500.0, 500.0],
11  pnAmplitudeRMSThreshold = [100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0],
12  towerThreshold = 0.1
13 )

Definition at line 1 of file LaserClient_cfi.py.

Referenced by EBSummaryClient.setup(), and EESummaryClient.setup().

tuple LaserClient_cfi.laserClientPaths
Initial value:
1 = dict(
2  AmplitudeSummary = "Laser/Laser%(wl)s/LaserTask amplitude summary L%(wl)s",
3  Amplitude = "Laser/Laser%(wl)s/Amplitude/LaserTask amplitude L%(wl)s",
4  Occupancy = "Occupancy/LaserTask digi occupancy L%(wl)s",
5  Timing = "Laser/Laser%(wl)s/Timing/LaserTask uncalib timing L%(wl)s",
6  AOverP = "Laser/Laser%(wl)s/AOverP/LaserTask AoverP L%(wl)s",
7  PNAmplitude = "Laser/Laser%(wl)s/PN/Gain%(pngain)s/LaserTask PN amplitude L%(wl)s G%(wl)s",
8  PNOccupancy = "Occupancy/LaserTask PN digi occupancy"
9 )

Definition at line 15 of file LaserClient_cfi.py.