CMS 3D CMS Logo

TrackerMaterial_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Material effects to be simulated in the tracker material and associated cuts
4 TrackerMaterialBlock = cms.PSet(
5  TrackerMaterial = cms.PSet(
6 
7  use_hardcoded_geometry = cms.bool(True),
8 
9  disk_thickness = cms.vdouble(0.058,0.058,0.04,0.04,0.055,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05),
10  disk_inner_radius = cms.vdouble(5.82585,5.82585,22.7005,22.7005,22.7005,23.3726,23.3726,23.3726,32.1214,32.1214,32.1214,39.2102,39.2102,50.4201),
11  disk_outer_radius = cms.vdouble(14.5978,14.5978,50.4389,50.4389,50.4389,109.521,109.521,109.521,109.521,109.521,109.521,109.521,109.521,109.521),
12  disk_z = cms.vdouble(35.5,48.5,79.2,92.15,105.1,131.892,145.892,159.892,173.892,187.892,205.392,224.379,244.879,266.379),
13 
14  barrel_thickness = cms.vdouble(0.0217,0.0217,0.0217,0.053,0.053,0.035,0.04,0.03,0.03,0.022,0.022,0.022,0.022),
15  barrel_radius = cms.vdouble(4.41058,7.30732,10.1726,25.7514,34.0888,41.9601,49.8925,60.9234,69.309,78.0686,86.8618,96.5557,108.05),
16  barrel_length = cms.vdouble(53.38,53.38,53.38,130.595,132.554,132.554,132.78,217.419,217.419,217.419,217.419,217.419,217.419),
17 
18  # version 0 = Tracker geometry used between CMSSW_1_2_0 and CMSSW_1_4_10. Works for CSA07;
19  # version 1 = Tuned to CMSSW_1_7_0 geometry
20  # version 2 = Tuned to CMSSW_1_8_0 geometry
21  # version 3 = Tuned to CMSSW_3_0_0 geometry
22  # version 4 = Tuned to CMSSW_3_1_2 and CMSSW_3_3_0 geometries
23  TrackerMaterialVersion = cms.uint32(4),
24 
25  #**********************************************************************
26  # Thickness of all (sensitive and dead) layers in x/X0
27  #**********************************************************************
28  # Beam Pipe
29  BeamPipeThickness = cms.vdouble(0.0038, 0.00265, 0.00265, 0.00265, 0.00240 ),
30  # Pixel Barrel Layers 1-3
31  PXBThickness = cms.vdouble(0.0222, 0.0217, 0.0217, 0.0217, 0.0217),
32  # Pixel Barrel services at the end of layers 1-3
33  PXB1CablesThickness = cms.vdouble(0.1, 0.042, 0.042, 0.000, 0.000),
34  PXB2CablesThickness = cms.vdouble(0.04, 0.042, 0.042, 0.000, 0.000),
35  PXB3CablesThickness = cms.vdouble(0.03, 0.042, 0.042, 0.000, 0.000),
36  # Pixel Barrel outside cables
37  PXBOutCables1Thickness = cms.vdouble(0.04, 0.04, 0.04, 0.04, 0.04),
38  PXBOutCables2Thickness = cms.vdouble(0.025, 0.015, 0.015, 0.012, 0.012),
39  # Pixel Disks 1-2
40  PXDThickness = cms.vdouble(0.044, 0.058, 0.058, 0.058, 0.058),
41  # Pixel Endcap outside cables
42  PXDOutCables1Thickness = cms.vdouble(0.023, 0.034, 0.034, 0.050, 0.050),
43  PXDOutCables2Thickness = cms.vdouble(0.085, 0.185, 0.250, 0.250, 0.250),
44  # Tracker Inner barrel layers 1-4
45  TIBLayer1Thickness = cms.vdouble(0.06, 0.053, 0.053, 0.053, 0.053),
46  TIBLayer2Thickness = cms.vdouble(0.047, 0.053, 0.053, 0.053, 0.053),
47  TIBLayer3Thickness = cms.vdouble(0.035, 0.035, 0.035, 0.035, 0.035),
48  TIBLayer4Thickness = cms.vdouble(0.033, 0.04, 0.04, 0.04, 0.04),
49  # TIB outside services (endcap)
50  TIBOutCables1Thickness = cms.vdouble(0.04, 0.108, 0.108, 0.130, 0.130),
51  TIBOutCables2Thickness = cms.vdouble(0.04, 0.0, 0.0, 0.0, 0.0),
52  # Tracker Inner disks layers 1-3
53  TIDLayer1Thickness = cms.vdouble(0.05, 0.04, 0.04, 0.04, 0.04),
54  TIDLayer2Thickness = cms.vdouble(0.05, 0.04, 0.04, 0.04, 0.04),
55  TIDLayer3Thickness = cms.vdouble(0.05, 0.055, 0.055, 0.055, 0.055),
56  # TID outside wall (endcap)
57  TIDOutsideThickness = cms.vdouble(0.07, 0.074, 0.074, 0.074, 0.074),
58  # TOB inside wall (barrel)
59  TOBInsideThickness = cms.vdouble(0.017, 0.009, 0.009, 0.009, 0.009),
60  # Tracker Outer barrel layers 1-6
61  TOBLayer1Thickness = cms.vdouble(0.044, 0.03, 0.03, 0.03, 0.03),
62  TOBLayer2Thickness = cms.vdouble(0.044, 0.03, 0.03, 0.03, 0.03),
63  TOBLayer3Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
64  TOBLayer4Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
65  TOBLayer5Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
66  TOBLayer6Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
67  # TOB services (endcap)
68  TOBOutsideThickness = cms.vdouble(0.09, 0.15, 0.15, 0.15, 0.15),
69  # Tracker EndCap disks layers 1-9
70  TECLayerThickness = cms.vdouble(0.041, 0.045, 0.045, 0.050, 0.050),
71  # TOB outside wall (barrel)
72  BarrelCablesThickness = cms.vdouble(0.1, 0.038, 0.038, 0.042, 0.042),
73  # TEC outside wall (endcap)
74  EndcapCables1Thickness = cms.vdouble(0.26, 0.21, 0.21, 0.21, 0.21),
75  EndcapCables2Thickness = cms.vdouble(0.08, 0.0, 0.0, 0.0, 0.0),
76 
77  #**********************************************************************
78  # Position of dead material layers (cables, services, etc.)
79  #**********************************************************************
80  # Beam pipe
81  BeamPipeRadius = cms.vdouble(3.0, 3.0, 3.0, 3.0, 3.0),
82  BeamPipeLength = cms.vdouble(26.4, 28.3, 28.3, 28.3, 28.3),
83  # Cables and Services at the end of PIXB1,2,3 ("disk")
84  PXB1CablesInnerRadius = cms.vdouble(3.6, 3.7, 3.7, 3.7, 3.7),
85  PXB2CablesInnerRadius = cms.vdouble(6.1, 6.3, 6.3, 6.3, 6.3),
86  PXB3CablesInnerRadius = cms.vdouble(8.5, 9.0, 9.0, 9.0, 9.0),
87  # Pixel Barrel Outside walls and cables (endcap)
88  PXBOutCables1InnerRadius = cms.vdouble(11.9, 11.9, 11.9, 4.2, 4.2),
89  PXBOutCables1OuterRadius = cms.vdouble(15.5, 15.5, 15.5, 16.5, 16.5),
90  PXBOutCables1ZPosition = cms.vdouble(27.999, 28.799, 28.799, 28.799, 28.799),
91  PXBOutCables2InnerRadius = cms.vdouble(3.8, 3.8, 3.8, 3.8, 3.8),
92  PXBOutCables2OuterRadius = cms.vdouble(16.5, 16.5, 16.5, 16.5, 16.5),
93  PXBOutCables2ZPosition = cms.vdouble(28.0, 28.8, 28.8, 28.8, 28.8),
94  # Pixel Outside walls and cables (barrel and endcap)
95  PixelOutCablesRadius = cms.vdouble(17.1, 17.5, 17.5, 17.5, 17.5),
96  PixelOutCablesLength = cms.vdouble(64.8, 72.0, 72.0, 65.0, 65.0),
97  PixelOutCablesInnerRadius = cms.vdouble(3.0, 3.0, 7.197, 7.2, 6.5),
98  PixelOutCablesOuterRadius = cms.vdouble(17.3, 17.61, 17.61, 17.61, 17.61),
99  PixelOutCablesZPosition = cms.vdouble(64.9, 72.1, 72.1, 65.1, 65.1),
100  # Tracker Inner Barrel Outside Cables and walls (endcap)
101  TIBOutCables1InnerRadius = cms.vdouble(22.5, 22.5, 22.5, 22.5, 22.5),
102  TIBOutCables1OuterRadius = cms.vdouble(53.9, 53.9, 53.9, 53.9, 53.9),
103  TIBOutCables1ZPosition = cms.vdouble(75.001, 74.0, 74.0, 74.0, 74.0),
104  TIBOutCables2OuterRadius = cms.vdouble(53.901, 53.901, 53.901, 53.901, 53.901),
105  TIBOutCables2InnerRadius = cms.vdouble(35.5, 35.5, 35.5, 35.5, 35.5),
106  TIBOutCables2ZPosition = cms.vdouble(75.001, 74.001, 74.001, 74.001, 74.001),
107  # Tracker Inner Disks Outside Cables and walls (endcap)
108  TIDOutCablesInnerRadius = cms.vdouble(32.0, 22.0, 22.0, 22.0, 22.0),
109  TIDOutCablesZPosition = cms.vdouble(108.0, 108.0, 108.0, 108.0, 108.0),
110  # Tracker outer barrel Inside wall (barrel)
111  TOBInCablesRadius = cms.vdouble(54.5, 54.5, 54.6, 54.6, 54.6),
112  TOBInCablesLength = cms.vdouble(108.2, 108.2, 108.2, 108.2, 108.2),
113  # Tracker Outer Barrel Outside Cables and walls (barrel and endcap)
114  TOBOutCablesInnerRadius = cms.vdouble(55.0, 55.0, 55.0, 55.0, 55.0),
115  TOBOutCablesOuterRadius = cms.vdouble(109.5, 111.0, 111.0, 111.0, 111.0),
116  TOBOutCablesZPosition = cms.vdouble(110.0, 115.0, 115.0, 115.0, 115.0),
117  TOBOutCablesRadius = cms.vdouble(119.5, 119.5, 119.5, 119.5, 119.5),
118  TOBOutCablesLength = cms.vdouble(299.9, 299.9, 299.9, 299.9, 299.9),
119  # Tracker Endcaps Outside Cables and walls (endcaps)
120  TECOutCables1InnerRadius = cms.vdouble(6.0, 30.0, 4.42, 4.42, 4.42),
121  TECOutCables1OuterRadius = cms.vdouble(120.001, 120.001, 120.001, 120.001, 120.001),
122  TECOutCables1ZPosition = cms.vdouble(300.0, 300.0, 300.0, 300.0, 300.0),
123  TECOutCables2InnerRadius = cms.vdouble(70.0, 68.0, 68.0, 68.0, 68.0),
124  TECOutCables2OuterRadius = cms.vdouble(120.001, 120.001, 120.001, 120.001, 120.001),
125  TECOutCables2ZPosition = cms.vdouble(300.0, 300.0, 300.0, 300.0, 300.0),
126 
127 
128  #*********************************************************************
129  # Fudge factor to reproduce the layer inhomgeneties
130  # Tuned to 170 only.
131  #*********************************************************************
132  # Layer number (hard-coded in TrackerInteractionGeometry.cc)
133  # Convention is < 100 for sensitive layer, > 100 for dead material
134  # (although this convention is used nowhere...)
135  FudgeLayer = cms.vuint32(
136  104, # Pixel Barrel services
137  104, # Pixel Barrel services
138  104, # Pixel Barrel services
139  104, # Pixel Barrel services
140  104, # Pixel Barrel services
141  104, # Pixel Barrel services
142  104, # Pixel Barrel services
143  106, # Pixel wall
144  106, # Pixel wall
145  107, # Pixel endcap services
146  107, # Pixel endcap services
147  107, # Pixel endcap services
148  6, # TIB1 services
149  7, # TIB2 services
150  8, # TIB3 services
151  9, # TIB4 services
152  10, # TID Layer 1
153  11, # TID Layer 2
154  12, # TID Layer 3
155  110, # TID outside services
156  110, # TID outside services
157  111, # TOB inside services
158  111, # TOB inside services
159  13, # TOB Layer1
160  13, # TOB Layer1
161  13, # TOB Layer1
162  13, # TOB Layer1
163  14, # TOB Layer2
164  14, # TOB Layer2
165  14, # TOB Layer2
166  14, # TOB Layer2
167  15, # TOB Layer3
168  15, # TOB Layer3
169  15, # TOB Layer3
170  15, # TOB Layer3
171  16, # TOB Layer4
172  16, # TOB Layer4
173  16, # TOB Layer4
174  16, # TOB Layer4
175  17, # TOB Layer5
176  17, # TOB Layer5
177  17, # TOB Layer5
178  17, # TOB Layer5
179  18, # TOB Layer6
180  18, # TOB Layer6
181  18, # TOB Layer6
182  18, # TOB Layer6
183  112, # TOB services
184  112, # TOB services
185  112, # TOB services
186  19, # TEC Layer 1
187  19, # TEC Layer 1
188  19, # TEC Layer 1
189  20, # TEC Layer 2
190  20, # TEC Layer 2
191  20, # TEC Layer 2
192  21, # TEC Layer 3
193  21, # TEC Layer 3
194  21, # TEC Layer 3
195  22, # TEC Layer 4
196  22, # TEC Layer 4
197  22, # TEC Layer 4
198  23, # TEC Layer 5
199  23, # TEC Layer 5
200  23, # TEC Layer 5
201  24, # TEC Layer 6
202  24, # TEC Layer 6
203  24, # TEC Layer 6
204  25, # TEC Layer 7
205  25, # TEC Layer 7
206  26, # TEC Layer 8
207  26, # TEC Layer 8
208  27, # TEC Layer 9
209  27, # TEC Layer 9
210  113, # Barrel Wall
211 #
212  114, # Endcap Wall : 4.889<eta<5.191
213  114, # Endcap Wall : 4.716<eta<4.889
214  114, # Endcap Wall : 4.538<eta<4.889
215  114, # Endcap Wall : 4.363<eta<4.538
216  114, # Endcap Wall : 4.191<eta<4.363
217  114, # Endcap Wall : 4.013<eta<4.191
218  114, # Endcap Wall : 3.839<eta<4.013
219  114, # Endcap Wall : 3.664<eta<3.839
220  114, # Endcap Wall : 3.489<eta<3.664
221  114, # Endcap Wall : 3.314<eta<3.489
222  114, # Endcap Wall : 3.139<eta<3.314
223  114, # Endcap Wall : 3.000<eta<3.139
224  114, # Endcap Wall : 2.853<eta<3.000
225  114, # Endcap Wall : 2.750<eta<2.853
226  114 # Endcap Wall
227  ),
228 
229  # Lower limit on Radius or Z
230  FudgeMin = cms.vdouble(
231  0.0, # Pixel Barrel services
232  4.2, # Pixel Barrel services
233  5.1, # Pixel Barrel services
234  7.1, # Pixel Barrel services
235  8.2, # Pixel Barrel services
236  10.0, # Pixel Barrel services
237  11.0, # Pixel Barrel services
238  0.0, # Pixel Wall
239  27.5, # Pixel Wall
240  0.0, # Pixel endcap services
241  10.0, # Pixel endcap services
242  16.0, # Pixel endcap services
243  35.0, # TIB1 services
244  35.0, # TIB2 services
245  35.0, # TIB3 services
246  35.0, # TIB4 services
247  34.0, # TID Layer 1
248  34.0, # TID Layer 2
249  34.0, # TID Layer 3
250  47.5, # TID outside services
251  22.0, # TID outside services
252  27.5, # TOB inside services
253  72.0, # TOB inside services
254  0.0, # TOB Layer 1
255  18.0, # TOB Layer 1
256  36.0, # TOB Layer 1
257  55.0, # TOB Layer 1
258  0.0, # TOB Layer 2
259  18.0, # TOB Layer 2
260  36.0, # TOB Layer 2
261  55.0, # TOB Layer 2
262  0.0, # TOB Layer 3
263  18.0, # TOB Layer 3
264  36.0, # TOB Layer 3
265  55.0, # TOB Layer 3
266  0.0, # TOB Layer 4
267  18.0, # TOB Layer 4
268  36.0, # TOB Layer 4
269  55.0, # TOB Layer 4
270  0.0, # TOB Layer 5
271  18.0, # TOB Layer 5
272  36.0, # TOB Layer 5
273  55.0, # TOB Layer 5
274  0.0, # TOB Layer 6
275  18.0, # TOB Layer 6
276  36.0, # TOB Layer 6
277  55.0, # TOB Layer 6
278  55.0, # TOB services
279  62.0, # TOB services
280  78.0, # TOB services
281  0.0, # TEC Layer 1
282  24.0, # TEC Layer 1
283  34.0, # TEC Layer 1
284  0.0, # TEC Layer 2
285  24.0, # TEC Layer 2
286  34.0, # TEC Layer 2
287  0.0, # TEC Layer 3
288  24.0, # TEC Layer 3
289  34.0, # TEC Layer 3
290  0.0, # TEC Layer 4
291  32.0, # TEC Layer 4
292  41.0, # TEC Layer 4
293  0.0, # TEC Layer 5
294  32.0, # TEC Layer 5
295  41.0, # TEC Layer 5
296  0.0, # TEC Layer 6
297  32.0, # TEC Layer 6
298  41.0, # TEC Layer 6
299  0.0, # TEC Layer 7
300  32.0, # TEC Layer 7
301  0.0, # TEC Layer 8
302  32.0, # TEC Layer 8
303  0.0, # TEC Layer 9
304  32.0, # TEC Layer 9
305  120.0, # Barrel wall
306 #
307  3.34, # Endcap Wall : 4.889<eta<5.191
308  4.52, # Endcap Wall : 4.716<eta<4.889
309  5.37, # Endcap Wall : 4.538<eta<4.889
310  6.42, # Endcap Wall : 4.363<eta<4.538
311  7.64, # Endcap Wall : 4.191<eta<4.363
312  9.08, # Endcap Wall : 4.013<eta<4.191
313  10.85, # Endcap Wall : 3.839<eta<4.013
314  12.92, # Endcap Wall : 3.664<eta<3.839
315  15.38, # Endcap Wall : 3.489<eta<3.664
316  18.33, # Endcap Wall : 3.314<eta<3.489
317  21.85, # Endcap Wall : 3.139<eta<3.314
318  26.04, # Endcap Wall : 3.000<eta<3.139
319  29.95, # Endcap Wall : 2.853<eta<3.000
320  34.72, # Endcap Wall : 2.750<eta<2.853
321  36.0 # Endcap wall
322  ),
323 
324  # Upper limit on Radius or Z
325  FudgeMax = cms.vdouble(
326  4.2, # Pixel Barrel services
327  5.1, # Pixel Barrel services
328  7.1, # Pixel Barrel services
329  8.2, # Pixel Barrel services
330  10.0, # Pixel Barrel services
331  11.0, # Pixel Barrel services
332  11.9, # Pixel Barrel services
333  27.5, # Pixel Wall
334  32.0, # Pixel Wall
335  10.0, # Pixel endcap services
336  11.0, # Pixel endcap services
337  18.0, # Pixel endcap services
338  68.0, # TIB1 services
339  68.0, # TIB2 services
340  68.0, # TIB3 services
341  68.0, # TIB4 services
342  42.0, # TID Layer 1
343  42.0, # TID Layer 2
344  42.0, # TID Layer 3
345  54.0, # TID outside services
346  24.0, # TID outside services
347  30.5, # TOB inside services
348  110.0, # TOB inside services
349  18.0, # TOB Layer 1
350  30.0, # TOB Layer 1
351  46.0, # TOB Layer 1
352  108.0, # TOB Layer 1
353  18.0, # TOB Layer 2
354  30.0, # TOB Layer 2
355  46.0, # TOB Layer 2
356  108.0, # TOB Layer 2
357  18.0, # TOB Layer 3
358  30.0, # TOB Layer 3
359  46.0, # TOB Layer 3
360  108.0, # TOB Layer 3
361  18.0, # TOB Layer 4
362  30.0, # TOB Layer 4
363  46.0, # TOB Layer 4
364  108.0, # TOB Layer 4
365  18.0, # TOB Layer 5
366  30.0, # TOB Layer 5
367  46.0, # TOB Layer 5
368  108.0, # TOB Layer 5
369  18.0, # TOB Layer 6
370  30.0, # TOB Layer 6
371  46.0, # TOB Layer 6
372  108.0, # TOB Layer 6
373  60.0, # TOB services
374  78.0, # TOB services
375  92.0, # TOB services
376  24.0, # TEC Layer 1
377  34.0, # TEC Layer 1
378  39.0, # TEC Layer 1
379  24.0, # TEC Layer 2
380  34.0, # TEC Layer 2
381  39.0, # TEC Layer 2
382  24.0, # TEC Layer 3
383  34.0, # TEC Layer 3
384  39.0, # TEC Layer 3
385  32.0, # TEC Layer 4
386  40.0, # TEC Layer 4
387  46.0, # TEC Layer 4
388  32.0, # TEC Layer 5
389  40.0, # TEC Layer 5
390  46.0, # TEC Layer 5
391  32.0, # TEC Layer 6
392  40.0, # TEC Layer 6
393  46.0, # TEC Layer 6
394  32.0, # TEC Layer 7
395  60.0, # TEC Layer 7
396  32.0, # TEC Layer 8
397  60.0, # TEC Layer 8
398  32.0, # TEC Layer 9
399  60.0, # TEC Layer 9
400  301.0, # Barrel wall
401 #
402  4.51, # Endcap Wall : 4.889<eta<5.191
403  5.37, # Endcap Wall : 4.716<eta<4.889
404  6.42, # Endcap Wall : 4.538<eta<4.889
405  7.64, # Endcap Wall : 4.363<eta<4.538
406  9.08, # Endcap Wall : 4.191<eta<4.363
407  10.85, # Endcap Wall : 4.013<eta<4.191
408  12.92, # Endcap Wall : 3.839<eta<4.013
409  15.38, # Endcap Wall : 3.664<eta<3.839
410  18.33, # Endcap Wall : 3.489<eta<3.664
411  21.85, # Endcap Wall : 3.314<eta<3.489
412  26.04, # Endcap Wall : 3.139<eta<3.314
413  29.95, # Endcap Wall : 3.000<eta<3.139
414  34.72, # Endcap Wall : 2.853<eta<3.000
415  36.00, # Endcap Wall : 2.750<eta<2.853
416  120.0 # Endcap wall
417  ),
418 
419  # Fudge factor on x/X0
420  FudgeFactor = cms.vdouble(
421  0.00, # Pixel Barrel services
422  2.50, # Pixel Barrel services
423  0.00, # Pixel Barrel services
424  2.70, # Pixel Barrel services
425  0.00, # Pixel Barrel services
426  2.80, # Pixel Barrel services
427  0.50, # Pixel Barrel services
428  0.27, # Pixel Wall
429  1.90, # Pixel Wall
430  1.60, # Pixel endcap services
431  1.30, # Pixel endcap services
432  0.70, # Pixel endcap services
433  1.45, # TIB1 services
434  1.45, # TIB2 services
435  1.45, # TIB3 services
436  1.45, # TIB4 services
437  2.00, # TID Layer 1
438  2.00, # TID Layer 2
439  2.00, # TID Layer 3
440  2.50, # TID outside services
441  1.50, # TID outside services
442  4.00, # TOB inside services
443  5.50, # TOB inside services
444  0.70, # TOB Layer 1
445  2.00, # TOB Layer 1
446  2.00, # TOB Layer 1
447  2.00, # TOB Layer 1
448  0.70, # TOB Layer 2
449  2.00, # TOB Layer 2
450  2.00, # TOB Layer 2
451  2.00, # TOB Layer 2
452  0.70, # TOB Layer 3
453  2.00, # TOB Layer 3
454  2.00, # TOB Layer 3
455  2.00, # TOB Layer 3
456  0.70, # TOB Layer 4
457  2.00, # TOB Layer 4
458  2.00, # TOB Layer 4
459  2.00, # TOB Layer 4
460  0.70, # TOB Layer 5
461  2.00, # TOB Layer 5
462  2.00, # TOB Layer 5
463  2.00, # TOB Layer 5
464  0.70, # TOB Layer 6
465  2.00, # TOB Layer 6
466  2.00, # TOB Layer 6
467  2.00, # TOB Layer 6
468  0.50, # TOB services
469  1.50, # TOB services
470  1.80, # TOB services
471  2.0, # TEC Layer 1
472  0.8, # TEC Layer 1
473  1.6, # TEC Layer 1
474  2.0, # TEC Layer 2
475  0.8, # TEC Layer 2
476  1.6, # TEC Layer 2
477  2.0, # TEC Layer 3
478  0.8, # TEC Layer 3
479  1.6, # TEC Layer 3
480  2.3, # TEC Layer 4
481  0.6, # TEC Layer 4
482  1.4, # TEC Layer 4
483  2.3, # TEC Layer 5
484  0.6, # TEC Layer 5
485  1.4, # TEC Layer 5
486  2.5, # TEC Layer 6
487  0.6, # TEC Layer 6
488  1.4, # TEC Layer 6
489  2.7, # TEC Layer 7
490  0.6, # TEC Layer 7
491  3.0, # TEC Layer 8
492  0.6, # TEC Layer 8
493  3.0, # TEC Layer 9
494  0.6, # TEC Layer 9
495  3.8, # Barrel wall
496 #
497  250.00, # Endcap Wall : 4.889<eta<5.191
498  100.00, # Endcap Wall : 4.716<eta<4.889
499  15.00, # Endcap Wall : 4.538<eta<4.716
500  6.00, # Endcap Wall : 4.363<eta<4.538
501  5.00, # Endcap Wall : 4.191<eta<4.363
502  3.00, # Endcap Wall : 4.013<eta<4.191
503  3.00, # Endcap Wall : 3.839<eta<4.013
504  3.00, # Endcap Wall : 3.664<eta<3.839
505  5.00, # Endcap Wall : 3.489<eta<3.664
506  6.00, # Endcap Wall : 3.314<eta<3.489
507  4.50, # Endcap Wall : 3.139<eta<3.314
508  7.00, # Endcap Wall : 3.000<eta<3.139
509  0.00, # Endcap Wall : 2.853<eta<3.000
510  1.40, # Endcap Wall : 2.750<eta<2.853
511  1.60 # Endcap wall
512  )
513  )
514 )
515 
516