CMS 3D CMS Logo

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

Functions

def shifteblayout
 

Function Documentation

def shift_eb_T0_layout.shifteblayout (   i,
  p,
  rows 
)

Definition at line 1 of file shift_eb_T0_layout.py.

1 def shifteblayout(i, p, *rows): i["00 Shift/EcalBarrel/" + p] = DQMItem(layout=rows)
2 
3 shifteblayout(dqmitems, "00 Report Summary",
4  [{ 'path': "EcalBarrel/EventInfo/reportSummaryMap", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>" }])
5 
6 shifteblayout(dqmitems, "01 Integrity Summary",
7  [{ 'path': "EcalBarrel/EBSummaryClient/EBIT integrity quality summary", 'description': "Integrity quality summary. Expected all green color. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>" }])
8 
9 shifteblayout(dqmitems, "02 StatusFlags Summary",
10  [{ 'path': "EcalBarrel/EBSummaryClient/EBSFT front-end status summary", 'description': "DCC front-end status quality summary. Expected all green color. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcal>DQMShiftEcal</a>" }])
11 
12 shifteblayout(dqmitems, "03 PedestalOnline RMS",
13  [{ 'path': "EcalBarrel/EBSummaryClient/EBPOT pedestal G12 RMS map", 'description': "RMS of the pedestals in ADC counts. Pedestal is evaluated using the first 3/10 samples of the pulse shape for all the events (calibration and physics). Expected RMS for ECAL barrel is 1.1 ADC counts (43 MeV). <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>" }])
14 
15 shifteblayout(dqmitems, "04 Occupancy Rechits",
16  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT rec hit occupancy", 'description': "Map of the occupancy of ECAL calibrated reconstructed hits. Expect uniform color. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>" }],
17  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT rec hit occupancy projection eta", 'description': "Eta projection of the occupancy of ECAL calibrated reconstructed hits. Expect uniform distribution. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>", 'draw': { 'withref': "yes" } },
18  { 'path': "EcalBarrel/EBOccupancyTask/EBOT rec hit occupancy projection phi", 'description': "Phi projection of the occupancy of ECAL calibrated reconstructed hits. Expect uniform distribution. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>", 'draw': { 'withref': "yes" } }])
19 
20 shifteblayout(dqmitems, "05 Occupancy Trigger Primitives",
21  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT TP digi thr occupancy", 'description': "Map of the occupancy of ECAL trigger primitives with energy > 4 ADC counts (~2 GeV). Expect uniform color. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>" }],
22  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT TP digi thr occupancy projection eta", 'description': "Eta projection of the occupancy of ECAL trigger primitives with energy > 4 ADC counts (~2 GeV). Expect uniform distribution. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>", 'draw': { 'withref': "yes" } },
23  { 'path': "EcalBarrel/EBOccupancyTask/EBOT TP digi thr occupancy projection phi", 'description': "Phi projection of the occupancy of ECAL trigger primitives with energy > 4 ADC counts (~2 GeV). Expect uniform distribution. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>", 'draw': { 'withref': "yes" } }])
24 
25 shifteblayout(dqmitems, "06 Clusters Energy",
26  [{ 'path': "EcalBarrel/EBClusterTask/EBCLT BC energy map", 'description': "Average energy (in GeV) of hybrid basic clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>" }],
27  [{ 'path': "EcalBarrel/EBClusterTask/EBCLT BC energy projection eta", 'description': "Eta projection of hybrid basic clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>", 'draw': { 'withref': "yes" } },
28  { 'path': "EcalBarrel/EBClusterTask/EBCLT BC energy projection phi", 'description': "Phi projection of hybrid basic clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineEcal>DQMShiftOfflineEcal</a>", 'draw': { 'withref': "yes" } }])
29