CMS 3D CMS Logo

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

Functions

def shiftdtlayout
 

Function Documentation

def shift_dt_T0_layout.shiftdtlayout (   i,
  p,
  rows 
)

Definition at line 1 of file shift_dt_T0_layout.py.

1 def shiftdtlayout(i, p, *rows): i["00 Shift/DT/" + p] = DQMItem(layout=rows)
2 
3 shiftdtlayout(dqmitems, "00-SegmentOccupancySummary",
4  [{ 'path': "DT/02-Segments/SegmentGlbSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
5 
6 shiftdtlayout(dqmitems, "01-SegmentReso-Mean",
7  [{ 'path': "DT/02-Segments/00-MeanRes/MeanDistr", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
8 
9 shiftdtlayout(dqmitems, "02-SegmentReso-Sigma",
10  [{ 'path': "DT/02-Segments/01-SigmaRes/SigmaDistr", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
11 
12 shiftdtlayout(dqmitems, "03-EfficiencySummary",
13  [{ 'path': "DT/05-ChamberEff/EfficiencyGlbSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
14 
15 
16 # shiftdtlayout(dqmitems, "01-SegmentOccupancy_W-2",
17 # [{ 'path': "DT/02-Segments/Wheel-2/numberOfSegments_W-2", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
18 
19 # shiftdtlayout(dqmitems, "02-SegmentOccupancy_W-1",
20 # [{ 'path': "DT/02-Segments/Wheel-1/numberOfSegments_W-1", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
21 
22 # shiftdtlayout(dqmitems, "03-SegmentOccupancy_W0",
23 # [{ 'path': "DT/02-Segments/Wheel0/numberOfSegments_W0", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
24 
25 # shiftdtlayout(dqmitems, "04-SegmentOccupancy_W1",
26 # [{ 'path': "DT/02-Segments/Wheel1/numberOfSegments_W1", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])
27 
28 # shiftdtlayout(dqmitems, "05-SegmentOccupancy_W2",
29 # [{ 'path': "DT/02-Segments/Wheel2/numberOfSegments_W2", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineDT>Description for the <b>Central DQM Offline shifter</b></a>" }])