CMS 3D CMS Logo

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

Functions

def pixellayout
 

Function Documentation

def pixel_T0_layouts.pixellayout (   i,
  p,
  rows 
)

Definition at line 1 of file pixel_T0_layouts.py.

1 def pixellayout(i, p, *rows): i["Pixel/Layouts/" + p] = DQMItem(layout=rows)
2 
3 pixellayout(dqmitems, "00a - Pixel_Error_Summary",
4  [{ 'path': "Pixel/AdditionalPixelErrors/FedChLErrArray",
5  'description': "Error type of last error in a map of FED channels (y-axis) vs. FED (x-axis). Channel 0 is assigned for errors where the channel number is not known.",
6  'draw': { 'withref': "no" }}]
7  )
8 pixellayout(dqmitems, "00b - Pixel_Error_Summary",
9  [{ 'path': "Pixel/AdditionalPixelErrors/FedChNErrArray",
10  'description': "Total number of errors in a map of FED channels (y-axis) vs. FED (x-axis). Channel 0 is assigned for errors where the channel number is not known.",
11  'draw': { 'withref': "no" }}]
12  )
13 pixellayout(dqmitems, "00c - Pixel_Error_Summary",
14  [{ 'path': "Pixel/AdditionalPixelErrors/FedETypeNErrArray",
15  'description': "Total number of errors per error type in a map of error type (y-axis) vs. FED (x-axis)",
16  'draw': { 'withref': "no" }}]
17  )
18 pixellayout(dqmitems, "01 - Pixel_FEDOccupancy_Summary",
19  [{ 'path': "Pixel/averageDigiOccupancy",
20  'description': "Average digi occupancy based on FED number (0-31 barrel, 32-39 Endcaps)",
21  'draw': { 'withref': "no" }}]
22  )
23 pixellayout(dqmitems, "02 - Pixel_Cluster_Summary",
24  [{ 'path': "Pixel/Barrel/SUMOFF_charge_OnTrack_Barrel",
25  'description': "Mean cluster charge (OnTrack) in kilo electrons per barrel Ladder",
26  'draw': { 'withref': "no" }},
27  { 'path': "Pixel/Barrel/SUMOFF_nclusters_OnTrack_Barrel",
28  'description': "Mean number of clusters (OnTrack) per event per barrel Ladder",
29  'draw': { 'withref': "no" }},
30  { 'path': "Pixel/Barrel/SUMOFF_size_OnTrack_Barrel",
31  'description': "Mean cluster size (OnTrack) in number of pixels per barrel Ladder",
32  'draw': { 'withref': "no" }}],
33  [{ 'path': "Pixel/Endcap/SUMOFF_charge_OnTrack_Endcap",
34  'description': "Mean cluster charge (OnTrack) in kilo electrons per endcap Blade",
35  'draw': { 'withref': "no" }},
36  { 'path': "Pixel/Endcap/SUMOFF_nclusters_OnTrack_Endcap",
37  'description': "Mean number of clusters (OnTrack) per event per endcap Blade",
38  'draw': { 'withref': "no" }},
39  { 'path': "Pixel/Endcap/SUMOFF_size_OnTrack_Endcap",
40  'description': "Mean cluster size (OnTrack) in number of pixels per barrel Blade",
41  'draw': { 'withref': "no" }}])
42 pixellayout(dqmitems, "03 - Pixel_Track_Summary",
43  [{ 'path': "Pixel/Clusters/OnTrack/charge_siPixelClusters", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"},
44  { 'path': "Pixel/Clusters/OnTrack/size_siPixelClusters", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}],
45  [{ 'path': "Pixel/Clusters/OffTrack/charge_siPixelClusters", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"},
46  { 'path': "Pixel/Clusters/OffTrack/size_siPixelClusters", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}],
47  [{ 'path': "Pixel/Tracks/ntracks_generalTracks", 'description': "<a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftOfflineSiPixel>Description for the Central DQM Shifter</a>"}]
48 )
49 pixellayout(dqmitems, "04a - HitEfficiency_perBarrelLayer",
50  [{ 'path': "Pixel/Barrel/HitEfficiency_L1", 'description': "Barrel Layer 1 Hit Efficiency"},
51  { 'path': "Pixel/Barrel/HitEfficiency_L2", 'description': "Barrel Layer 2 Hit Efficiency"}],
52  [{ 'path': "Pixel/Barrel/HitEfficiency_L3", 'description': "Barrel Layer 3 Hit Efficiency"}]
53 )
54 pixellayout(dqmitems, "04b - HitEfficiency_perEndcapDisk",
55  [{ 'path': "Pixel/Endcap/HitEfficiency_Dm1", 'description': "Endcap 1m Disk Hit Efficiency"},
56  { 'path': "Pixel/Endcap/HitEfficiency_Dm2", 'description': "Endcap 2m Disk Hit Efficiency"}],
57  [{ 'path': "Pixel/Endcap/HitEfficiency_Dp1", 'description': "Endcap 1p Disk Hit Efficiency"},
58  { 'path': "Pixel/Endcap/HitEfficiency_Dp2", 'description': "Endcap 2p Disk Hit Efficiency"}]
59 )
60 pixellayout(dqmitems, "05 - Barrel OnTrack cluster positions",
61  [{ 'path': "Pixel/Clusters/OnTrack/position_siPixelClusters_Layer_1", 'description': "Global position of OnTrack clusters in Barrel/Layer_1"}],
62  [{ 'path': "Pixel/Clusters/OnTrack/position_siPixelClusters_Layer_2", 'description': "Global position of OnTrack clusters in Barrel/Layer_2"}],
63  [{ 'path': "Pixel/Clusters/OnTrack/position_siPixelClusters_Layer_3", 'description': "Global position of OnTrack clusters in Barrel/Layer_3"}]
64 )
65 pixellayout(dqmitems, "06 - Endcap OnTrack cluster positions",
66  [{ 'path': "Pixel/Clusters/OnTrack/position_siPixelClusters_mz_Disk_1", 'description': "Global position of OnTrack clusters in Endcap -z Disk_1"},
67  { 'path': "Pixel/Clusters/OnTrack/position_siPixelClusters_mz_Disk_2", 'description': "Global position of OnTrack clusters in Endcap -z Disk_2"}],
68  [{ 'path': "Pixel/Clusters/OnTrack/position_siPixelClusters_pz_Disk_1", 'description': "Global position of OnTrack clusters in Endcap +z Disk_1"},
69  { 'path': "Pixel/Clusters/OnTrack/position_siPixelClusters_pz_Disk_2", 'description': "Global position of OnTrack clusters in Endcap +z Disk_2"}]
70 )
71 pixellayout(dqmitems, "07 - Pixel_Digi_Summary",
72  [{ 'path': "Pixel/Barrel/SUMOFF_adc_Barrel",
73  'description': "Mean digi charge in ADC counts per barrel Ladder",
74  'draw': { 'withref': "yes" }},
75  { 'path': "Pixel/Barrel/SUMOFF_ndigis_Barrel",
76  'description': "Mean number of digis per event per barrel Ladder",
77  'draw': { 'withref': "yes" }}],
78  [{ 'path': "Pixel/Endcap/SUMOFF_adc_Endcap",
79  'description': "Mean digi charge in ADC counts per endcap Blade",
80  'draw': { 'withref': "yes" }},
81  { 'path': "Pixel/Endcap/SUMOFF_ndigis_Endcap",
82  'description': "Mean number of digis per event per endcap Blade",
83  'draw': { 'withref': "yes" }}]
84  )
85