Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:00:56

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # Material effects to be simulated in the tracker material and associated cuts 
0004 TrackerMaterialBlock = cms.PSet(
0005     TrackerMaterial = cms.PSet(
0006 
0007     use_hardcoded_geometry = cms.bool(True),
0008 
0009     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),
0010     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),
0011     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),
0012     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),
0013 
0014     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),
0015     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),
0016     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),
0017 
0018     # version 0 = Tracker geometry used between CMSSW_1_2_0 and CMSSW_1_4_10. Works for CSA07; 
0019     # version 1 = Tuned to CMSSW_1_7_0 geometry
0020     # version 2 = Tuned to CMSSW_1_8_0 geometry
0021     # version 3 = Tuned to CMSSW_3_0_0 geometry
0022     # version 4 = Tuned to CMSSW_3_1_2 and CMSSW_3_3_0 geometries 
0023     TrackerMaterialVersion = cms.uint32(4),
0024     
0025     #**********************************************************************
0026     # Thickness of all (sensitive and dead) layers in x/X0
0027     #**********************************************************************
0028     # Beam Pipe
0029     BeamPipeThickness = cms.vdouble(0.0038, 0.00265, 0.00265, 0.00265, 0.00240 ),
0030     # Pixel Barrel Layers 1-3
0031     PXBThickness = cms.vdouble(0.0222, 0.0217, 0.0217, 0.0217, 0.0217), 
0032     # Pixel Barrel services at the end of layers 1-3
0033     PXB1CablesThickness = cms.vdouble(0.1, 0.042, 0.042, 0.000, 0.000), 
0034     PXB2CablesThickness = cms.vdouble(0.04, 0.042, 0.042, 0.000, 0.000),
0035     PXB3CablesThickness = cms.vdouble(0.03, 0.042, 0.042, 0.000, 0.000),
0036     # Pixel Barrel outside cables
0037     PXBOutCables1Thickness = cms.vdouble(0.04, 0.04, 0.04, 0.04, 0.04), 
0038     PXBOutCables2Thickness = cms.vdouble(0.025, 0.015, 0.015, 0.012, 0.012),
0039     # Pixel Disks 1-2
0040     PXDThickness = cms.vdouble(0.044, 0.058, 0.058, 0.058, 0.058),
0041     # Pixel Endcap outside cables
0042     PXDOutCables1Thickness = cms.vdouble(0.023, 0.034, 0.034, 0.050, 0.050),
0043     PXDOutCables2Thickness = cms.vdouble(0.085, 0.185, 0.250, 0.250, 0.250),
0044     # Tracker Inner barrel layers 1-4
0045     TIBLayer1Thickness = cms.vdouble(0.06, 0.053, 0.053, 0.053, 0.053),
0046     TIBLayer2Thickness = cms.vdouble(0.047, 0.053, 0.053, 0.053, 0.053),
0047     TIBLayer3Thickness = cms.vdouble(0.035, 0.035, 0.035, 0.035, 0.035),
0048     TIBLayer4Thickness = cms.vdouble(0.033, 0.04, 0.04, 0.04, 0.04),
0049     # TIB outside services (endcap)
0050     TIBOutCables1Thickness = cms.vdouble(0.04, 0.108, 0.108, 0.130, 0.130),
0051     TIBOutCables2Thickness = cms.vdouble(0.04, 0.0, 0.0, 0.0, 0.0),
0052     # Tracker Inner disks layers 1-3
0053     TIDLayer1Thickness = cms.vdouble(0.05, 0.04, 0.04, 0.04, 0.04),
0054     TIDLayer2Thickness = cms.vdouble(0.05, 0.04, 0.04, 0.04, 0.04),
0055     TIDLayer3Thickness = cms.vdouble(0.05, 0.055, 0.055, 0.055, 0.055),
0056     # TID outside wall (endcap)
0057     TIDOutsideThickness = cms.vdouble(0.07, 0.074, 0.074, 0.074, 0.074),
0058     # TOB inside wall (barrel)
0059     TOBInsideThickness = cms.vdouble(0.017, 0.009, 0.009, 0.009, 0.009),
0060     # Tracker Outer barrel layers 1-6
0061     TOBLayer1Thickness = cms.vdouble(0.044, 0.03, 0.03, 0.03, 0.03),
0062     TOBLayer2Thickness = cms.vdouble(0.044, 0.03, 0.03, 0.03, 0.03),
0063     TOBLayer3Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
0064     TOBLayer4Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
0065     TOBLayer5Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
0066     TOBLayer6Thickness = cms.vdouble(0.033, 0.022, 0.022, 0.022, 0.022),
0067     # TOB services (endcap)
0068     TOBOutsideThickness = cms.vdouble(0.09, 0.15, 0.15, 0.15, 0.15),
0069     # Tracker EndCap disks layers 1-9
0070     TECLayerThickness = cms.vdouble(0.041, 0.045, 0.045, 0.050, 0.050),
0071     # TOB outside wall (barrel)
0072     BarrelCablesThickness = cms.vdouble(0.1, 0.038, 0.038, 0.042, 0.042),
0073     # TEC outside wall (endcap)
0074     EndcapCables1Thickness = cms.vdouble(0.26, 0.21, 0.21, 0.21, 0.21),
0075     EndcapCables2Thickness = cms.vdouble(0.08, 0.0, 0.0, 0.0, 0.0),
0076     
0077     #**********************************************************************
0078     # Position of dead material layers (cables, services, etc.)
0079     #**********************************************************************
0080     # Beam pipe
0081     BeamPipeRadius = cms.vdouble(3.0, 3.0, 3.0, 3.0, 3.0),
0082     BeamPipeLength = cms.vdouble(26.4, 28.3, 28.3, 28.3, 28.3),
0083     # Cables and Services at the end of PIXB1,2,3 ("disk")
0084     PXB1CablesInnerRadius = cms.vdouble(3.6, 3.7, 3.7, 3.7, 3.7),
0085     PXB2CablesInnerRadius = cms.vdouble(6.1, 6.3, 6.3, 6.3, 6.3),
0086     PXB3CablesInnerRadius = cms.vdouble(8.5, 9.0, 9.0, 9.0, 9.0),
0087     # Pixel Barrel Outside walls and cables (endcap)
0088     PXBOutCables1InnerRadius = cms.vdouble(11.9, 11.9, 11.9, 4.2, 4.2),
0089     PXBOutCables1OuterRadius = cms.vdouble(15.5, 15.5, 15.5, 16.5, 16.5),
0090     PXBOutCables1ZPosition = cms.vdouble(27.999, 28.799, 28.799, 28.799, 28.799),
0091     PXBOutCables2InnerRadius = cms.vdouble(3.8, 3.8, 3.8, 3.8, 3.8),
0092     PXBOutCables2OuterRadius = cms.vdouble(16.5, 16.5, 16.5, 16.5, 16.5),
0093     PXBOutCables2ZPosition = cms.vdouble(28.0, 28.8, 28.8, 28.8, 28.8),
0094     # Pixel Outside walls and cables (barrel and endcap)
0095     PixelOutCablesRadius = cms.vdouble(17.1, 17.5, 17.5, 17.5, 17.5), 
0096     PixelOutCablesLength = cms.vdouble(64.8, 72.0, 72.0, 65.0, 65.0),
0097     PixelOutCablesInnerRadius = cms.vdouble(3.0, 3.0, 7.197, 7.2, 6.5),
0098     PixelOutCablesOuterRadius = cms.vdouble(17.3, 17.61, 17.61, 17.61, 17.61),
0099     PixelOutCablesZPosition = cms.vdouble(64.9, 72.1, 72.1, 65.1, 65.1),
0100     # Tracker Inner Barrel Outside Cables and walls (endcap)
0101     TIBOutCables1InnerRadius = cms.vdouble(22.5, 22.5, 22.5, 22.5, 22.5),
0102     TIBOutCables1OuterRadius = cms.vdouble(53.9, 53.9, 53.9, 53.9, 53.9),
0103     TIBOutCables1ZPosition = cms.vdouble(75.001, 74.0, 74.0, 74.0, 74.0), 
0104     TIBOutCables2OuterRadius = cms.vdouble(53.901, 53.901, 53.901, 53.901, 53.901),
0105     TIBOutCables2InnerRadius = cms.vdouble(35.5, 35.5, 35.5, 35.5, 35.5),
0106     TIBOutCables2ZPosition = cms.vdouble(75.001, 74.001, 74.001, 74.001, 74.001),
0107     # Tracker Inner Disks Outside Cables and walls (endcap)
0108     TIDOutCablesInnerRadius = cms.vdouble(32.0, 22.0, 22.0, 22.0, 22.0), 
0109     TIDOutCablesZPosition = cms.vdouble(108.0, 108.0, 108.0, 108.0, 108.0),
0110     # Tracker outer barrel Inside wall (barrel)
0111     TOBInCablesRadius = cms.vdouble(54.5, 54.5, 54.6, 54.6, 54.6),
0112     TOBInCablesLength = cms.vdouble(108.2, 108.2, 108.2, 108.2, 108.2),
0113     # Tracker Outer Barrel Outside Cables and walls (barrel and endcap)
0114     TOBOutCablesInnerRadius = cms.vdouble(55.0, 55.0, 55.0, 55.0, 55.0),
0115     TOBOutCablesOuterRadius = cms.vdouble(109.5, 111.0, 111.0, 111.0, 111.0),
0116     TOBOutCablesZPosition = cms.vdouble(110.0, 115.0, 115.0, 115.0, 115.0),
0117     TOBOutCablesRadius = cms.vdouble(119.5, 119.5, 119.5, 119.5, 119.5),
0118     TOBOutCablesLength = cms.vdouble(299.9, 299.9, 299.9, 299.9, 299.9),
0119     # Tracker Endcaps Outside Cables and walls (endcaps)
0120     TECOutCables1InnerRadius = cms.vdouble(6.0, 30.0, 4.42, 4.42, 4.42), 
0121     TECOutCables1OuterRadius = cms.vdouble(120.001, 120.001, 120.001, 120.001, 120.001),
0122     TECOutCables1ZPosition = cms.vdouble(300.0, 300.0, 300.0, 300.0, 300.0),
0123     TECOutCables2InnerRadius = cms.vdouble(70.0, 68.0, 68.0, 68.0, 68.0), 
0124     TECOutCables2OuterRadius = cms.vdouble(120.001, 120.001, 120.001, 120.001, 120.001),
0125     TECOutCables2ZPosition = cms.vdouble(300.0, 300.0, 300.0, 300.0, 300.0),
0126     
0127     
0128     #*********************************************************************
0129     # Fudge factor to reproduce the layer inhomgeneties
0130     # Tuned to 170 only.
0131     #*********************************************************************
0132     # Layer number (hard-coded in TrackerInteractionGeometry.cc)
0133     # Convention is < 100 for sensitive layer, > 100 for dead material
0134     # (although this convention is used nowhere...)
0135     FudgeLayer = cms.vuint32(
0136     104,  # Pixel Barrel services
0137     104,  # Pixel Barrel services
0138     104,  # Pixel Barrel services
0139     104,  # Pixel Barrel services
0140     104,  # Pixel Barrel services
0141     104,  # Pixel Barrel services
0142     104,  # Pixel Barrel services
0143     106,  # Pixel wall 
0144     106,  # Pixel wall 
0145     107,  # Pixel endcap services
0146     107,  # Pixel endcap services
0147     107,  # Pixel endcap services
0148     6,    # TIB1 services  
0149     7,    # TIB2 services  
0150     8,    # TIB3 services  
0151     9,    # TIB4 services  
0152     10,   # TID Layer 1
0153     11,   # TID Layer 2
0154     12,   # TID Layer 3
0155     110,  # TID outside services
0156     110,  # TID outside services
0157     111,  # TOB inside services
0158     111,  # TOB inside services
0159     13,   # TOB Layer1
0160     13,   # TOB Layer1
0161     13,   # TOB Layer1
0162     13,   # TOB Layer1
0163     14,   # TOB Layer2
0164     14,   # TOB Layer2
0165     14,   # TOB Layer2
0166     14,   # TOB Layer2
0167     15,   # TOB Layer3
0168     15,   # TOB Layer3
0169     15,   # TOB Layer3
0170     15,   # TOB Layer3
0171     16,   # TOB Layer4
0172     16,   # TOB Layer4
0173     16,   # TOB Layer4
0174     16,   # TOB Layer4
0175     17,   # TOB Layer5
0176     17,   # TOB Layer5
0177     17,   # TOB Layer5
0178     17,   # TOB Layer5
0179     18,   # TOB Layer6
0180     18,   # TOB Layer6
0181     18,   # TOB Layer6
0182     18,   # TOB Layer6
0183     112,  # TOB services
0184     112,  # TOB services
0185     112,  # TOB services
0186     19,  # TEC Layer 1
0187     19,  # TEC Layer 1
0188     19,  # TEC Layer 1
0189     20,  # TEC Layer 2
0190     20,  # TEC Layer 2
0191     20,  # TEC Layer 2
0192     21,  # TEC Layer 3
0193     21,  # TEC Layer 3
0194     21,  # TEC Layer 3
0195     22,  # TEC Layer 4
0196     22,  # TEC Layer 4
0197     22,  # TEC Layer 4
0198     23,  # TEC Layer 5
0199     23,  # TEC Layer 5
0200     23,  # TEC Layer 5
0201     24,  # TEC Layer 6
0202     24,  # TEC Layer 6
0203     24,  # TEC Layer 6
0204     25,  # TEC Layer 7
0205     25,  # TEC Layer 7
0206     26,  # TEC Layer 8
0207     26,  # TEC Layer 8
0208     27,  # TEC Layer 9
0209     27,  # TEC Layer 9
0210     113,  # Barrel Wall
0211 #
0212     114, # Endcap Wall : 4.889<eta<5.191
0213     114, # Endcap Wall : 4.716<eta<4.889
0214     114, # Endcap Wall : 4.538<eta<4.889
0215     114, # Endcap Wall : 4.363<eta<4.538
0216     114, # Endcap Wall : 4.191<eta<4.363
0217     114, # Endcap Wall : 4.013<eta<4.191
0218     114, # Endcap Wall : 3.839<eta<4.013
0219     114, # Endcap Wall : 3.664<eta<3.839
0220     114, # Endcap Wall : 3.489<eta<3.664
0221     114, # Endcap Wall : 3.314<eta<3.489
0222     114, # Endcap Wall : 3.139<eta<3.314
0223     114, # Endcap Wall : 3.000<eta<3.139
0224     114, # Endcap Wall : 2.853<eta<3.000
0225     114, # Endcap Wall : 2.750<eta<2.853
0226     114  # Endcap Wall
0227     ),
0228     
0229     # Lower limit on Radius or Z
0230     FudgeMin = cms.vdouble(
0231     0.0,  # Pixel Barrel services 
0232     4.2,  # Pixel Barrel services 
0233     5.1,  # Pixel Barrel services 
0234     7.1,  # Pixel Barrel services 
0235     8.2,  # Pixel Barrel services 
0236     10.0,  # Pixel Barrel services 
0237     11.0,  # Pixel Barrel services
0238     0.0,  # Pixel Wall 
0239     27.5,  # Pixel Wall 
0240     0.0,  # Pixel endcap services
0241     10.0,  # Pixel endcap services
0242     16.0,  # Pixel endcap services
0243     35.0,  # TIB1 services  
0244     35.0,  # TIB2 services  
0245     35.0,  # TIB3 services  
0246     35.0,  # TIB4 services  
0247     34.0,  # TID Layer 1
0248     34.0,  # TID Layer 2
0249     34.0,  # TID Layer 3
0250     47.5,  # TID outside services
0251     22.0,  # TID outside services
0252     27.5,  # TOB inside services
0253     72.0,  # TOB inside services
0254     0.0,  # TOB Layer 1
0255     18.0,  # TOB Layer 1
0256     36.0,  # TOB Layer 1
0257     55.0,  # TOB Layer 1
0258     0.0,  # TOB Layer 2
0259     18.0,  # TOB Layer 2
0260     36.0,  # TOB Layer 2
0261     55.0,  # TOB Layer 2
0262     0.0,  # TOB Layer 3
0263     18.0,  # TOB Layer 3
0264     36.0,  # TOB Layer 3
0265     55.0,  # TOB Layer 3
0266     0.0,  # TOB Layer 4
0267     18.0,  # TOB Layer 4
0268     36.0,  # TOB Layer 4
0269     55.0,  # TOB Layer 4
0270     0.0,  # TOB Layer 5
0271     18.0,  # TOB Layer 5
0272     36.0,  # TOB Layer 5
0273     55.0,  # TOB Layer 5
0274     0.0,  # TOB Layer 6
0275     18.0,  # TOB Layer 6
0276     36.0,  # TOB Layer 6
0277     55.0,  # TOB Layer 6
0278     55.0,  # TOB services
0279     62.0,  # TOB services
0280     78.0,  # TOB services
0281     0.0,  # TEC Layer 1
0282     24.0,  # TEC Layer 1
0283     34.0,  # TEC Layer 1
0284     0.0,  # TEC Layer 2
0285     24.0,  # TEC Layer 2
0286     34.0,  # TEC Layer 2
0287     0.0,  # TEC Layer 3
0288     24.0,  # TEC Layer 3
0289     34.0,  # TEC Layer 3
0290     0.0,  # TEC Layer 4
0291     32.0,  # TEC Layer 4
0292     41.0,  # TEC Layer 4
0293     0.0,  # TEC Layer 5
0294     32.0,  # TEC Layer 5
0295     41.0,  # TEC Layer 5
0296     0.0,  # TEC Layer 6
0297     32.0,  # TEC Layer 6
0298     41.0,  # TEC Layer 6
0299     0.0,  # TEC Layer 7
0300     32.0,  # TEC Layer 7
0301     0.0,  # TEC Layer 8
0302     32.0,  # TEC Layer 8
0303     0.0,  # TEC Layer 9
0304     32.0,  # TEC Layer 9
0305     120.0,  # Barrel wall
0306 #
0307     3.34, # Endcap Wall : 4.889<eta<5.191
0308     4.52, # Endcap Wall : 4.716<eta<4.889
0309     5.37, # Endcap Wall : 4.538<eta<4.889
0310     6.42, # Endcap Wall : 4.363<eta<4.538
0311     7.64, # Endcap Wall : 4.191<eta<4.363
0312     9.08, # Endcap Wall : 4.013<eta<4.191
0313    10.85, # Endcap Wall : 3.839<eta<4.013
0314    12.92, # Endcap Wall : 3.664<eta<3.839
0315    15.38, # Endcap Wall : 3.489<eta<3.664
0316    18.33, # Endcap Wall : 3.314<eta<3.489
0317    21.85, # Endcap Wall : 3.139<eta<3.314
0318    26.04, # Endcap Wall : 3.000<eta<3.139
0319    29.95, # Endcap Wall : 2.853<eta<3.000
0320    34.72, # Endcap Wall : 2.750<eta<2.853
0321    36.0   # Endcap wall
0322     ),
0323     
0324     # Upper limit on Radius or Z
0325     FudgeMax = cms.vdouble(
0326     4.2,  # Pixel Barrel services 
0327     5.1,  # Pixel Barrel services 
0328     7.1,  # Pixel Barrel services 
0329     8.2,  # Pixel Barrel services 
0330     10.0,  # Pixel Barrel services 
0331     11.0,  # Pixel Barrel services
0332     11.9,  # Pixel Barrel services 
0333     27.5,  # Pixel Wall 
0334     32.0,  # Pixel Wall 
0335     10.0,  # Pixel endcap services
0336     11.0,  # Pixel endcap services
0337     18.0,  # Pixel endcap services
0338     68.0,  # TIB1 services  
0339     68.0,  # TIB2 services  
0340     68.0,  # TIB3 services  
0341     68.0,  # TIB4 services  
0342     42.0,  # TID Layer 1
0343     42.0,  # TID Layer 2
0344     42.0,  # TID Layer 3
0345     54.0,  # TID outside services
0346     24.0,  # TID outside services
0347     30.5,  # TOB inside services
0348     110.0,  # TOB inside services
0349     18.0,  # TOB Layer 1
0350     30.0,  # TOB Layer 1
0351     46.0,  # TOB Layer 1
0352     108.0,  # TOB Layer 1
0353     18.0,  # TOB Layer 2
0354     30.0,  # TOB Layer 2
0355     46.0,  # TOB Layer 2
0356     108.0,  # TOB Layer 2
0357     18.0,  # TOB Layer 3
0358     30.0,  # TOB Layer 3
0359     46.0,  # TOB Layer 3
0360     108.0,  # TOB Layer 3
0361     18.0,  # TOB Layer 4
0362     30.0,  # TOB Layer 4
0363     46.0,  # TOB Layer 4
0364     108.0,  # TOB Layer 4
0365     18.0,  # TOB Layer 5
0366     30.0,  # TOB Layer 5
0367     46.0,  # TOB Layer 5
0368     108.0,  # TOB Layer 5
0369     18.0,  # TOB Layer 6
0370     30.0,  # TOB Layer 6
0371     46.0,  # TOB Layer 6
0372     108.0,  # TOB Layer 6
0373     60.0,  # TOB services
0374     78.0,  # TOB services
0375     92.0,  # TOB services
0376     24.0,  # TEC Layer 1
0377     34.0,  # TEC Layer 1
0378     39.0,  # TEC Layer 1
0379     24.0,  # TEC Layer 2
0380     34.0,  # TEC Layer 2
0381     39.0,  # TEC Layer 2
0382     24.0,  # TEC Layer 3
0383     34.0,  # TEC Layer 3
0384     39.0,  # TEC Layer 3
0385     32.0,  # TEC Layer 4
0386     40.0,  # TEC Layer 4
0387     46.0,  # TEC Layer 4
0388     32.0,  # TEC Layer 5
0389     40.0,  # TEC Layer 5
0390     46.0,  # TEC Layer 5
0391     32.0,  # TEC Layer 6
0392     40.0,  # TEC Layer 6
0393     46.0,  # TEC Layer 6
0394     32.0,  # TEC Layer 7
0395     60.0,  # TEC Layer 7
0396     32.0,  # TEC Layer 8
0397     60.0,  # TEC Layer 8
0398     32.0,  # TEC Layer 9
0399     60.0,  # TEC Layer 9
0400     301.0,  # Barrel wall
0401 #
0402     4.51, # Endcap Wall : 4.889<eta<5.191
0403     5.37, # Endcap Wall : 4.716<eta<4.889
0404     6.42, # Endcap Wall : 4.538<eta<4.889 
0405     7.64, # Endcap Wall : 4.363<eta<4.538 
0406     9.08, # Endcap Wall : 4.191<eta<4.363 
0407    10.85, # Endcap Wall : 4.013<eta<4.191 
0408    12.92, # Endcap Wall : 3.839<eta<4.013 
0409    15.38, # Endcap Wall : 3.664<eta<3.839 
0410    18.33, # Endcap Wall : 3.489<eta<3.664 
0411    21.85, # Endcap Wall : 3.314<eta<3.489 
0412    26.04, # Endcap Wall : 3.139<eta<3.314
0413    29.95, # Endcap Wall : 3.000<eta<3.139
0414    34.72, # Endcap Wall : 2.853<eta<3.000
0415    36.00, # Endcap Wall : 2.750<eta<2.853
0416   120.0   # Endcap wall
0417     ),
0418     
0419     # Fudge factor on x/X0
0420     FudgeFactor = cms.vdouble(
0421     0.00,  # Pixel Barrel services 
0422     2.50,  # Pixel Barrel services 
0423     0.00,  # Pixel Barrel services 
0424     2.70,  # Pixel Barrel services 
0425     0.00,  # Pixel Barrel services 
0426     2.80,  # Pixel Barrel services 
0427     0.50,  # Pixel Barrel services 
0428     0.27,  # Pixel Wall
0429     1.90,  # Pixel Wall 
0430     1.60,  # Pixel endcap services
0431     1.30,  # Pixel endcap services
0432     0.70,  # Pixel endcap services
0433     1.45,  # TIB1 services  
0434     1.45,  # TIB2 services  
0435     1.45,  # TIB3 services  
0436     1.45,  # TIB4 services  
0437     2.00,  # TID Layer 1
0438     2.00,  # TID Layer 2
0439     2.00,  # TID Layer 3
0440     2.50,  # TID outside services
0441     1.50,  # TID outside services
0442     4.00,  # TOB inside services
0443     5.50,  # TOB inside services
0444     0.70,  # TOB Layer 1
0445     2.00,  # TOB Layer 1
0446     2.00,  # TOB Layer 1
0447     2.00,  # TOB Layer 1
0448     0.70,  # TOB Layer 2
0449     2.00,  # TOB Layer 2
0450     2.00,  # TOB Layer 2
0451     2.00,  # TOB Layer 2
0452     0.70,  # TOB Layer 3
0453     2.00,  # TOB Layer 3
0454     2.00,  # TOB Layer 3
0455     2.00,  # TOB Layer 3
0456     0.70,  # TOB Layer 4
0457     2.00,  # TOB Layer 4
0458     2.00,  # TOB Layer 4
0459     2.00,  # TOB Layer 4
0460     0.70,  # TOB Layer 5
0461     2.00,  # TOB Layer 5
0462     2.00,  # TOB Layer 5
0463     2.00,  # TOB Layer 5
0464     0.70,  # TOB Layer 6
0465     2.00,  # TOB Layer 6
0466     2.00,  # TOB Layer 6
0467     2.00,  # TOB Layer 6
0468     0.50,  # TOB services
0469     1.50,  # TOB services
0470     1.80,  # TOB services
0471     2.0,  # TEC Layer 1
0472     0.8,  # TEC Layer 1
0473     1.6,  # TEC Layer 1
0474     2.0,  # TEC Layer 2
0475     0.8,  # TEC Layer 2
0476     1.6,  # TEC Layer 2
0477     2.0,  # TEC Layer 3
0478     0.8,  # TEC Layer 3
0479     1.6,  # TEC Layer 3
0480     2.3,  # TEC Layer 4
0481     0.6,  # TEC Layer 4
0482     1.4,  # TEC Layer 4
0483     2.3,  # TEC Layer 5
0484     0.6,  # TEC Layer 5
0485     1.4,  # TEC Layer 5
0486     2.5,  # TEC Layer 6
0487     0.6,  # TEC Layer 6
0488     1.4,  # TEC Layer 6
0489     2.7,  # TEC Layer 7
0490     0.6,  # TEC Layer 7
0491     3.0,  # TEC Layer 8
0492     0.6,  # TEC Layer 8
0493     3.0,  # TEC Layer 9
0494     0.6,  # TEC Layer 9
0495     3.8,  # Barrel wall
0496 #
0497   250.00,  # Endcap Wall : 4.889<eta<5.191
0498   100.00,  # Endcap Wall : 4.716<eta<4.889
0499    15.00,  # Endcap Wall : 4.538<eta<4.716
0500     6.00,  # Endcap Wall : 4.363<eta<4.538
0501     5.00,  # Endcap Wall : 4.191<eta<4.363
0502     3.00,  # Endcap Wall : 4.013<eta<4.191
0503     3.00,  # Endcap Wall : 3.839<eta<4.013
0504     3.00,  # Endcap Wall : 3.664<eta<3.839
0505     5.00,  # Endcap Wall : 3.489<eta<3.664
0506     6.00,  # Endcap Wall : 3.314<eta<3.489
0507     4.50,  # Endcap Wall : 3.139<eta<3.314
0508     7.00,  # Endcap Wall : 3.000<eta<3.139
0509     0.00,  # Endcap Wall : 2.853<eta<3.000
0510     1.40,  # Endcap Wall : 2.750<eta<2.853
0511     1.60   # Endcap wall
0512     )
0513   )
0514 )
0515     
0516