CMS 3D CMS Logo

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

Functions

def hltlayout
 

Function Documentation

def shift_hlt_layout.hltlayout (   i,
  p,
  rows 
)

Definition at line 1 of file shift_hlt_layout.py.

1 def hltlayout(i, p, *rows): i["00 Shift/HLT/" + p] = DQMItem(layout=rows)
2 
3 
4 #hltlayout(dqmitems,"01 HLT Stream A Composition", [{'path': "HLT/TrigResults/PathsSummary/HLT LS/HLT_A_LS", 'description': "Shows total rate of Stream A (top Y bin) and the PD's in stream A. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
5 #hltlayout(dqmitems,"02 HLT Stream A Composition", [{'path': "HLT/TrigResults/PathsSummary/HLT Correlations/HLT_A_Pass_Normalized_Any", 'description': "Shows relative fraction of the PD's in stream A. For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/TriggerShiftHLTGuide\">here</a>."}])
6 
7