Definition at line 1 of file shift_csc_layout.py.
1 def csclayout(i, p, *rows): i[
"00 Shift/CSC/" + p] = DQMItem(layout=rows)
3 csclayout(dqmitems,
"00 Chamber Status (Statistically Significant)",
4 [{
'path':
"CSC/EventInfo/reportSummaryMap",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#reportSummaryMap\">here</a>."}])
6 csclayout(dqmitems,
"01 Chamber Occupancy Exceptions (Statistically Significant)",
7 [{
'path':
"CSC/Summary/CSC_STATS_occupancy",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_occupancy\">here</a>."}])
9 csclayout(dqmitems,
"02 Chamber Errors and Warnings (Statistically Significant)",
10 [{
'path':
"CSC/Summary/CSC_STATS_format_err",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_format_err\">here</a>."},
11 {
'path':
"CSC/Summary/CSC_STATS_l1sync_err",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_l1sync_err\">here</a>."}],
12 [{
'path':
"CSC/Summary/CSC_STATS_fifofull_err",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_fifofull_err\">here</a>."},
13 {
'path':
"CSC/Summary/CSC_STATS_inputto_err",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_inputto_err\">here</a>."}])
15 csclayout(dqmitems,
"03 Chambers without Data (Statistically Significant)",
16 [{
'path':
"CSC/Summary/CSC_STATS_wo_alct",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_wo_alct\">here</a>."},
17 {
'path':
"CSC/Summary/CSC_STATS_wo_clct",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_wo_clct\">here</a>."}],
18 [{
'path':
"CSC/Summary/CSC_STATS_wo_cfeb",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_wo_cfeb\">here</a>."},
19 {
'path':
"CSC/Summary/CSC_STATS_cfeb_bwords",
'description':
"For more information please click <a href=\"https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftCSC#CSC_STATS_cfeb_bwords\">here</a>."}])