CMS 3D CMS Logo

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

Functions

def l1temulayout
 

Function Documentation

def shift_l1temulator_layout.l1temulayout (   i,
  p,
  rows 
)

Definition at line 1 of file shift_l1temulator_layout.py.

1 def l1temulayout(i, p, *rows): i["00 Shift/L1TEMU/" + p] = DQMItem(layout=rows)
2 
3 l1temulayout(dqmitems,"00-Global Summary",
4  [{'path': "L1TEMU/common/sysrates", 'description': "Data|Emulator disagreement rates per subsystem. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."},
5  {'path': "L1TEMU/common/errorflag", 'description': "Data|Emulator overall disagreement flags. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}],
6  [{'path': "L1TEMU/common/sysncandData", 'description': "Number of trigger objects per subsystem observed in data. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."},
7  {'path': "L1TEMU/common/sysncandEmul", 'description': "Number of trigger objects per subsystem expected by emulator. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
8 
9 l1temulayout(dqmitems,"01-RCT (Dis)Agreement Flag",
10  [{'path': "L1TEMU/RCT/RCTErrorFlag", 'description': "Data|Emulator disagreement type for RCT. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
11 
12 l1temulayout(dqmitems,"02-GCT (Dis)Agreement Flag",
13  [{'path': "L1TEMU/GCT/GCTErrorFlag", 'description': "Data|Emulator disagreement type for GCT. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
14 
15 l1temulayout(dqmitems,"03-DTTF (Dis)Agreement Flag",
16  [{'path': "L1TEMU/DTTF/DTFErrorFlag", 'description': "Data|Emulator disagreement type for DT track finder. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
17 
18 l1temulayout(dqmitems,"04-CSCTF (Dis)Agreement Flag",
19  [{'path': "L1TEMU/CSCTF/CTFErrorFlag", 'description': "Data|Emulator disagreement type for CSC track finder. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
20 
21 l1temulayout(dqmitems,"05-RPC (Dis)Agreement Flag",
22  [{'path': "L1TEMU/RPC/RPCErrorFlag", 'description': "Data|Emulator disagreement type for RPC. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
23 
24 l1temulayout(dqmitems,"06-GMT (Dis)Agreement Flag",
25  [{'path': "L1TEMU/GMT/GMTErrorFlag", 'description': "Data|Emulator disagreement type for GMT. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
26 
27 l1temulayout(dqmitems,"07-GT (Dis)Agreement Flag",
28  [{'path': "L1TEMU/GT/GLTErrorFlag", 'description': "Data|Emulator disagreement type for GT. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftTriggerEmulator\">here</a>."}])
29