CMS 3D CMS Logo

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

Functions

def shiftdtlayout
 

Function Documentation

def shift_dt_layout.shiftdtlayout (   i,
  p,
  rows 
)

Definition at line 1 of file shift_dt_layout.py.

1 def shiftdtlayout(i, p, *rows): i["00 Shift/DT/" + p] = DQMItem(layout=rows)
2 
3 # shiftdtlayout(dqmitems, "00-DataIntegritySummary",
4 # [{ 'path': "DT/00-DataIntegrity/DataIntegritySummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
5 
6 shiftdtlayout(dqmitems, "00-ROChannelSummary",
7  [{ 'path': "DT/00-ROChannels/ROChannelSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
8 
9 shiftdtlayout(dqmitems, "01-OccupancySummary",
10  [{ 'path': "DT/01-Digi/OccupancyGlbSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
11 
12 shiftdtlayout(dqmitems, "02-SegmentSummary",
13  [{ 'path': "DT/02-Segments/SegmentGlbSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
14 
15 shiftdtlayout(dqmitems, "03-DDU_TriggerCorrFactionSummary",
16  [{ 'path': "DT/04-LocalTrigger-DDU/DDU_CorrFractionSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
17 
18 # shiftdtlayout(dqmitems, "04-DCC-TriggerCorrFactionSummary",
19 # [{ 'path': "DT/03-LocalTrigger-DCC/DCC_CorrFractionSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
20 
21 # shiftdtlayout(dqmitems, "05-DDU_Trigger2ndFactionSummary",
22 # [{ 'path': "DT/03-LocalTrigger/DDU_2ndFractionSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
23 
24 # shiftdtlayout(dqmitems, "06-DCC-Trigger2ndFactionSummary",
25 # [{ 'path': "DT/03-LocalTrigger/DCC/DCC_2ndFractionSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
26 
27 shiftdtlayout(dqmitems, "04-NoiseChannelsSummary",
28  [{ 'path': "DT/05-Noise/NoiseSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
29 
30 shiftdtlayout(dqmitems, "05-SynchNoiseSummary",
31  [{ 'path': "DT/05-Noise/SynchNoise/SynchNoiseSummary", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftDT>Description and Instructions</a>" }])
32 
33