CMS 3D CMS Logo

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

Classes

class  DQMItem
 

Functions

def shifthcalcaliblayout
 

Function Documentation

def shift_hcalcalib_layout.shifthcalcaliblayout (   i,
  p,
  rows 
)

Definition at line 10 of file shift_hcalcalib_layout.py.

10 
11 def shifthcalcaliblayout(i, p, *rows): i["00 Shift/HcalCalib/" + p] = DQMItem(layout=rows)
12 
13 shifthcalcaliblayout(dqmitems, "01 HcalCalib Summary",
14  [{ 'path':"HcalCalib/EventInfo/reportSummaryMap",
15  'description':"This shows the fraction of bad cells in each subdetector. All subdetectors should appear green. Values should all be above 98%."}]
16  )
17 
18 
19 shifthcalcaliblayout(dqmitems, "02 HcalCalib Problem Pedestals",
20  [{ 'path':"HcalCalib/DetDiagPedestalMonitor_Hcal/ ProblemDetDiagPedestal",
21  'description': "Channels with pedestals that have some kind of problem (bad mean or RMS, unstable, or missing). This histogram should normally be empty."}]
22  )
23 
24 shifthcalcaliblayout(dqmitems, "03 HcalCalib Problem Laser",
25  [{ 'path':"HcalCalib/DetDiagLaserMonitor_Hcal/ ProblemDetDiagLaser",
26  'description': "Channels that are outside reference bounds in either time or energy. This histogram should normally be empty."}]
27 )
28 
29 shifthcalcaliblayout(dqmitems, "04 HcalCalib Pedestal Reference Comparison",
30  [{'path':"HcalCalib/DetDiagPedestalMonitor_Hcal/Summary Plots/HB Pedestal-Reference Distribution (average over 4 caps)",
31  'description':"Distribution of calculated pedestals - reference values in the Hcal Barrel detector."},
32  {'path':"HcalCalib/DetDiagPedestalMonitor_Hcal/Summary Plots/HE Pedestal-Reference Distribution (average over 4 caps)",
33  'description':"Distribution of calculated pedestals - reference values in the Hcal Endcap detector."}],
34  [{'path':"HcalCalib/DetDiagPedestalMonitor_Hcal/Summary Plots/HF Pedestal-Reference Distribution (average over 4 caps)",
35  'description':"Distribution of calculated pedestals - reference values in the Hcal Forward detector."},
36  {'path':"HcalCalib/DetDiagPedestalMonitor_Hcal/Summary Plots/HO Pedestal-Reference Distribution (average over 4 caps)",
37  'description':"Distribution of calculated pedestals - reference values in the Hcal Outer detector."} ]
38  )
39 
40 shifthcalcaliblayout(dqmitems, "05 HcalCalib Laser RBX Plots",
41  [{ 'path':"HcalCalib/DetDiagLaserMonitor_Hcal/Summary Plots/HB RBX average Time-Ref",
42  'description':"1D Laser RBX energy - reference in HB"},
43  { 'path':"HcalCalib/DetDiagLaserMonitor_Hcal/Summary Plots/HE RBX average Time-Ref",
44  'description':"1D Laser RBX energy - reference in HE"}],
45  [{ 'path':"HcalCalib/DetDiagLaserMonitor_Hcal/Summary Plots/HF RoBox average Time-Ref",
46  'description':"1D Laser RBX energy - reference in HF"},
47  { 'path':"HcalCalib/DetDiagLaserMonitor_Hcal/Summary Plots/HO RBX average Time-Ref",
48  'description':"1D Laser RBX energy - reference in HO"}]
49 
50  )