00001 def shiftHcalLayout(i, p, *rows): i["00 Shift/Hcal/" + p] = DQMItem(layout=rows) 00002 00003 00004 shiftHcalLayout(dqmitems,"Shifter Hcal Summary", 00005 [{ 'path': "Hcal/DataFormatMonitor/Number of Event Fragments by FED ID", 00006 'description': "<a href=httpss://twiki.cern.ch/twiki/bin/view/CMS/HcalDQMHistograms>HcalDQMHistograms</a>" }, 00007 { 'path': "Hcal/DataFormatMonitor/Common Data Format violations", 00008 'description': "<a href=httpss://twiki.cern.ch/twiki/bin/view/CMS/HcalDQMHistograms>HcalDQMHistograms</a>" }], 00009 [{ 'path': "Hcal/DataFormatMonitor/DCC Event Format violation", 00010 'description': "<a href=httpss://twiki.cern.ch/twiki/bin/view/CMS/HcalDQMHistograms>HcalDQMHistograms</a>" }, 00011 { 'path': "Hcal/DataFormatMonitor/EvN Inconsistent - HTR vs Ref HTR", 00012 'description': "<a href=httpss://twiki.cern.ch/twiki/bin/view/CMS/HcalDQMHistograms>HcalDQMHistograms</a>" }] 00013 ) 00014