CMS 3D CMS Logo

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

Functions

def shiftcastorlayout
 

Function Documentation

def shift_castor_layout.shiftcastorlayout (   i,
  p,
  rows 
)

Definition at line 1 of file shift_castor_layout.py.

1 def shiftcastorlayout(i, p, *rows): i["00 Shift/Castor/" + p] = DQMItem(layout=rows)
2 
3 shiftcastorlayout(dqmitems, "CASTOR Absolute reportSummaryMap",
4  [{ 'path': "Castor/EventInfo/reportSummaryMap",
5  'description':""}]
6  )
7 
8 shiftcastorlayout(dqmitems, "CASTOR Digi ChannelSummaryMap",
9  [{ 'path': "Castor/CastorPSMonitor/CASTOR Digi ChannelSummaryMap",
10  'description':""}]
11  )
12 
13 shiftcastorlayout(dqmitems, "CASTOR Digi SaturationSummaryMap",
14  [{ 'path': "Castor/CastorPSMonitor/CASTOR Digi SaturationSummaryMap",
15  'description':""}]
16  )
17 
18 shiftcastorlayout(dqmitems, "CASTOR All Digi Values",
19  [{ 'path': "Castor/CastorDigiMonitor/Castor All Digi Values",
20  'description':"all CASTOR ADC values"}]
21  )
22 
23 shiftcastorlayout(dqmitems, "CASTOR RecHit Energies",
24  [{ 'path': "Castor/CastorRecHitMonitor/CastorRecHit Energies- above threshold on RecHitEnergy",
25  'description':"Energy of all Castor RecHits"}]
26  )
27 
28 shiftcastorlayout(dqmitems, "CASTOR RecHit Energy in modules",
29  [{ 'path': "Castor/CastorRecHitMonitor/CastorRecHit Energy in modules- above threshold",
30  'description':"RecHitEnergy in each of 14 CASTOR modules"}]
31  )
32 
33 shiftcastorlayout(dqmitems, "CASTOR RecHit Energy in sectors",
34  [{ 'path': "Castor/CastorRecHitMonitor/CastorRecHit Energy in sectors- above threshold",
35  'description':"RecHitEnergy in each of 16 CASTOR sectors"}]
36  )
37 
38 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=1 (in all 14 modules)",
39  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=1 (in all 14 modules)",
40  'description':"pulse shape in this particular sector"}]
41  )
42 
43 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=2 (in all 14 modules)",
44  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=2 (in all 14 modules)",
45  'description':"pulse shape in this particular sector"}]
46  )
47 
48 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=3 (in all 14 modules)",
49  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=3 (in all 14 modules)",
50  'description':"pulse shape in this particular sector"}]
51  )
52 
53 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=4 (in all 14 modules)",
54  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=4 (in all 14 modules)",
55  'description':"pulse shape in this particular sector"}]
56  )
57 
58 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=5 (in all 14 modules)",
59  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=5 (in all 14 modules)",
60  'description':"pulse shape in this particular sector"}]
61  )
62 
63 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=6 (in all 14 modules)",
64  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=6 (in all 14 modules)",
65  'description':"pulse shape in this particular sector"}]
66  )
67 
68 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=7 (in all 14 modules)",
69  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=7 (in all 14 modules)",
70  'description':"pulse shape in this particular sector"}]
71  )
72 
73 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=8 (in all 14 modules)",
74  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=8 (in all 14 modules)",
75  'description':"pulse shape in this particular sector"}]
76  )
77 
78 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=9 (in all 14 modules)",
79  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=9 (in all 14 modules)",
80  'description':"pulse shape in this particular sector"}]
81  )
82 
83 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=10 (in all 14 modules)",
84  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=10 (in all 14 modules)",
85  'description':"pulse shape in this particular sector"}]
86  )
87 
88 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=11 (in all 14 modules)",
89  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=11 (in all 14 modules)",
90  'description':"pulse shape in this particular sector"}]
91  )
92 
93 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=12 (in all 14 modules)",
94  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=12 (in all 14 modules)",
95  'description':"pulse shape in this particular sector"}]
96  )
97 
98 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=13 (in all 14 modules)",
99  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=13 (in all 14 modules)",
100  'description':"pulse shape in this particular sector"}]
101  )
102 
103 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=14 (in all 14 modules)",
104  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=14 (in all 14 modules)",
105  'description':"pulse shape in this particular sector"}]
106  )
107 
108 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=15 (in all 14 modules)",
109  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=15 (in all 14 modules)",
110  'description':"pulse shape in this particular sector"}]
111  )
112 
113 shiftcastorlayout(dqmitems, "Castor Pulse Shape for sector=16 (in all 14 modules)",
114  [{ 'path': "Castor/CastorPSMonitor/Castor Pulse Shape for sector=16 (in all 14 modules)",
115  'description':"pulse shape in this particular sector"}]
116  )