CMS 3D CMS Logo

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

Functions

def shiftpixellayout
 

Function Documentation

def shift_pixel_T0_layout.shiftpixellayout (   i,
  p,
  rows 
)

Definition at line 1 of file shift_pixel_T0_layout.py.

1 def shiftpixellayout(i, p, *rows): i["00 Shift/Pixel/" + p] = DQMItem(layout=rows)
2 shiftpixellayout(dqmitems, "03 - Mean digi charge Barrel",
3  [{ 'path': "Pixel/Barrel/SUMOFF_adc_Barrel", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
4 )
5 shiftpixellayout(dqmitems, "04 - Mean digi occupancy Barrel",
6  [{ 'path': "Pixel/Barrel/SUMOFF_ndigis_Barrel", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
7 )
8 shiftpixellayout(dqmitems, "05 - Mean digi charge Endcap",
9  [{ 'path': "Pixel/Endcap/SUMOFF_adc_Endcap", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
10 )
11 shiftpixellayout(dqmitems, "06 - Mean digi occupancy Endcap",
12  [{ 'path': "Pixel/Endcap/SUMOFF_ndigis_Endcap", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
13 )
14 shiftpixellayout(dqmitems, "07 - Charge of clusters on tracks Barrel",
15  [{ 'path': "Pixel/Clusters/OnTrack/charge_siPixelClusters_Barrel", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
16 )
17 shiftpixellayout(dqmitems, "08 - Charge of clusters on tracks Endcap",
18  [{ 'path': "Pixel/Clusters/OnTrack/charge_siPixelClusters_Endcap", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
19 )
20 shiftpixellayout(dqmitems, "09 - Charge of clusters off tracks Barrel",
21  [{ 'path': "Pixel/Clusters/OffTrack/charge_siPixelClusters_Barrel", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
22 )
23 shiftpixellayout(dqmitems, "10 - Charge of clusters off tracks Endcap",
24  [{ 'path': "Pixel/Clusters/OffTrack/charge_siPixelClusters_Endcap", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
25 )
26 shiftpixellayout(dqmitems, "11 - Pixel track counters",
27  [{ 'path': "Pixel/Tracks/ntracks_generalTracks", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
28 )