Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:21

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1Trigger.L1TCalorimeter.caloParams_cfi import caloParamsSource
0004 import L1Trigger.L1TCalorimeter.caloParams_cfi
0005 caloStage2Params = L1Trigger.L1TCalorimeter.caloParams_cfi.caloParams.clone()
0006 
0007 # HI parameters
0008 caloStage2Params.jetBypassPUS               = cms.uint32(1)
0009 caloStage2Params.jetSeedThreshold           = cms.double(2.0)
0010 caloStage2Params.jetCalibrationType         = cms.string("None")
0011 
0012 caloStage2Params.egHOverEcutBarrel          = cms.int32(0) #H/E < pow(2,-5) in barrel
0013 caloStage2Params.egHOverEcutEndcap          = cms.int32(0) #H/E < pow(2,-4) in endcaps
0014 caloStage2Params.egShapeIdLUTFile           = cms.FileInPath("L1Trigger/L1TCalorimeter/data/shapeIdentification_dummy.txt")#Not used any more in the current emulator version, merged with calibration LUT
0015 caloStage2Params.egBypassEGVetos            = cms.uint32(0)
0016 
0017 
0018 # towers
0019 caloStage2Params.towerLsbH        = cms.double(0.5)
0020 caloStage2Params.towerLsbE        = cms.double(0.5)
0021 caloStage2Params.towerLsbSum      = cms.double(0.5)
0022 caloStage2Params.towerNBitsH      = cms.int32(8)
0023 caloStage2Params.towerNBitsE      = cms.int32(8)
0024 caloStage2Params.towerNBitsSum    = cms.int32(9)
0025 caloStage2Params.towerNBitsRatio  = cms.int32(3)
0026 caloStage2Params.towerEncoding    = cms.bool(True)
0027 
0028 # regions
0029 caloStage2Params.regionLsb        = cms.double(0.5)
0030 caloStage2Params.regionPUSType    = cms.string("None")
0031 caloStage2Params.regionPUSParams  = cms.vdouble()
0032 
0033 # EG
0034 caloStage2Params.egLsb                      = cms.double(0.5)
0035 caloStage2Params.egSeedThreshold            = cms.double(2.)
0036 caloStage2Params.egNeighbourThreshold       = cms.double(1.)
0037 caloStage2Params.egHcalThreshold            = cms.double(0.)
0038 caloStage2Params.egTrimmingLUTFile          = cms.FileInPath("L1Trigger/L1TCalorimeter/data/egTrimmingLUT_10_v16.01.19.txt")
0039 caloStage2Params.egMaxHcalEt                = cms.double(0.)
0040 caloStage2Params.egMaxPtHOverE          = cms.double(128.)
0041 caloStage2Params.egMaxHOverELUTFile         = cms.FileInPath("L1Trigger/L1TCalorimeter/data/HoverEIdentification_0.995_v15.12.23.txt")
0042 caloStage2Params.egCompressShapesLUTFile    = cms.FileInPath("L1Trigger/L1TCalorimeter/data/egCompressLUT_v4.txt")
0043 caloStage2Params.egShapeIdType              = cms.string("compressed")
0044 caloStage2Params.egShapeIdVersion           = cms.uint32(0)
0045 #caloStage2Params.egShapeIdLUTFile           = cms.FileInPath("L1Trigger/L1TCalorimeter/data/shapeIdentification_adapt0.99_compressedieta_compressedE_compressedshape_v15.12.08.txt")
0046 caloStage2Params.egPUSType                  = cms.string("None")
0047 caloStage2Params.egIsolationType            = cms.string("compressed")
0048 caloStage2Params.egIsoLUTFile               = cms.FileInPath("L1Trigger/L1TCalorimeter/data/IsoIdentification_adapt_extrap_FW_v16.08.08.txt") # new SK Sep '16
0049 caloStage2Params.egIsoAreaNrTowersEta       = cms.uint32(2)
0050 caloStage2Params.egIsoAreaNrTowersPhi       = cms.uint32(4)
0051 caloStage2Params.egIsoVetoNrTowersPhi       = cms.uint32(2)
0052 #caloStage2Params.egIsoPUEstTowerGranularity = cms.uint32(1)
0053 #caloStage2Params.egIsoMaxEtaAbsForTowerSum  = cms.uint32(4)
0054 #caloStage2Params.egIsoMaxEtaAbsForIsoSum    = cms.uint32(27)
0055 caloStage2Params.egPUSParams                = cms.vdouble(1,4,32) #Isolation window in firmware goes up to abs(ieta)=32 for now
0056 caloStage2Params.egCalibrationType          = cms.string("compressed")
0057 caloStage2Params.egCalibrationVersion       = cms.uint32(0)
0058 caloStage2Params.egCalibrationLUTFile       = cms.FileInPath("L1Trigger/L1TCalorimeter/data/corrections_Trimming10_compressedieta_compressedE_compressedshape_v16.03.14_dummy_shapeID.txt")
0059 
0060 
0061 # Tau
0062 caloStage2Params.tauLsb                        = cms.double(0.5)
0063 caloStage2Params.tauSeedThreshold              = cms.double(0.)
0064 caloStage2Params.tauNeighbourThreshold         = cms.double(0.)
0065 caloStage2Params.tauIsoAreaNrTowersEta         = cms.uint32(2)
0066 caloStage2Params.tauIsoAreaNrTowersPhi         = cms.uint32(4)
0067 caloStage2Params.tauIsoVetoNrTowersPhi         = cms.uint32(2)
0068 caloStage2Params.tauPUSType                    = cms.string("None")
0069 caloStage2Params.tauIsoLUTFile                 = cms.FileInPath("L1Trigger/L1TCalorimeter/data/Tau_Iso_LUT_Option_22_NewLayer1Calibration_SK1616_noCompressionBlock_FW_v6.2.0.txt")
0070 caloStage2Params.tauIsoLUTFile2                = cms.FileInPath("L1Trigger/L1TCalorimeter/data/Tau_Iso_LUT_Option_22_NewLayer1Calibration_SK1616_noCompressionBlock_FW_v6.2.0.txt")
0071 caloStage2Params.tauCalibrationLUTFile         = cms.FileInPath("L1Trigger/L1TCalorimeter/data/Tau_Calibration_LUT_NewLayer1Calibration_SK1616_FW_v11.0.0.txt")
0072 caloStage2Params.tauCompressLUTFile            = cms.FileInPath("L1Trigger/L1TCalorimeter/data/tauCompressAllLUT_12bit_v3.txt")
0073 caloStage2Params.tauPUSParams                  = cms.vdouble(1,4,32)
0074 
0075 # jets
0076 caloStage2Params.jetLsb                = cms.double(0.5)
0077 caloStage2Params.jetNeighbourThreshold = cms.double(0.)
0078 caloStage2Params.jetPUSType            = cms.string("ChunkyDonut")
0079 
0080 # Calibration options
0081 # function6PtParams22EtaBins or None
0082 #caloStage2Params.jetCalibrationType    = cms.string("None")
0083 #caloStage2Params.jetCalibrationType = cms.string("function8PtParams22EtaBins")
0084 #caloStage2Params.jetCalibrationType = cms.string("LUT")
0085 
0086 #Vector with 6 parameters for eta bin, from low eta to high
0087 # 1,0,1,0,1,1 gives no correction
0088 # must be in this form as may require > 255 arguments
0089 
0090 # Or vector with 8 parameters, which caps correction value below given pT
0091 # as 6 parameters, but last two are max correction and L1 pT below which cap is applied, respectively
0092 
0093 jetCalibParamsVector = cms.vdouble()
0094 jetCalibParamsVector.extend([
0095         1,0,1,0,1,1,1.36123039014,1024,
0096         1,0,1,0,1,1,1.37830172245,1024,
0097         1,0,1,0,1,1,1.37157036457,1024,
0098         1,0,1,0,1,1,1.42460009989,1024,
0099         10.1179757811,-697.422255848,55.9767511168,599.040770412,0.00930772659892,-21.9921521313,1.77585386314,24.1202894336,
0100         12.2578170485,-736.96846599,45.3225355911,848.976802835,0.00946235693865,-21.7970133915,2.04623980351,19.6049149791,
0101         14.0198255047,-769.175319944,38.687351315,1072.9785137,0.00951954709279,-21.6277409602,2.08021511285,22.265051562,
0102         14.119589176,-766.199501821,38.7767169666,1059.63374337,0.00952979125289,-21.6477483043,2.05901166216,23.8125466978,
0103         13.7594864391,-761.860391454,39.9060363401,1019.30588542,0.00952105483129,-21.6814176696,2.03808638982,22.2127275989,
0104         10.2635352836,-466.890522023,32.5408463829,2429.03382746,0.0111274121697,-22.0890253377,2.04880080215,22.5083699943,
0105         5.46086027683,-150.888778124,18.3292242153,16968.6469599,0.0147496053457,-22.4089831889,2.08107691501,22.4129703515,
0106         5.46086027683,-150.888778124,18.3292242153,16968.6469599,0.0147496053457,-22.4089831889,2.08107691501,22.4129703515,
0107         10.2635352836,-466.890522023,32.5408463829,2429.03382746,0.0111274121697,-22.0890253377,2.04880080215,22.5083699943,
0108         13.7594864391,-761.860391454,39.9060363401,1019.30588542,0.00952105483129,-21.6814176696,2.03808638982,22.2127275989,
0109         14.119589176,-766.199501821,38.7767169666,1059.63374337,0.00952979125289,-21.6477483043,2.05901166216,23.8125466978,
0110         14.0198255047,-769.175319944,38.687351315,1072.9785137,0.00951954709279,-21.6277409602,2.08021511285,22.265051562,
0111         12.2578170485,-736.96846599,45.3225355911,848.976802835,0.00946235693865,-21.7970133915,2.04623980351,19.6049149791,
0112         10.1179757811,-697.422255848,55.9767511168,599.040770412,0.00930772659892,-21.9921521313,1.77585386314,24.1202894336,
0113         1,0,1,0,1,1,1.42460009989,1024,
0114         1,0,1,0,1,1,1.37157036457,1024,
0115         1,0,1,0,1,1,1.37830172245,1024,
0116         1,0,1,0,1,1,1.36123039014,1024
0117 ])
0118 caloStage2Params.jetCalibrationParams  = jetCalibParamsVector 
0119 
0120 caloStage2Params.jetCompressPtLUTFile     = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_pt_compress.txt")
0121 caloStage2Params.jetCompressEtaLUTFile    = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_30to40_hfHighPt_experiment2_changeLimits_eta.txt")
0122 caloStage2Params.jetCalibrationLUTFile    = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_30to40_hfHighPt_experiment2_changeLimits_add_mult.txt")
0123 
0124 
0125 # sums: 0=ET, 1=HT, 2=MET, 3=MHT
0126 caloStage2Params.etSumLsb                = cms.double(0.5)
0127 caloStage2Params.etSumEtaMin             = cms.vint32(1, 1, 1, 1, 1)
0128 caloStage2Params.etSumEtaMax             = cms.vint32(28,  28,  28,  28, 27)
0129 caloStage2Params.etSumEtThreshold        = cms.vdouble(0.,  30.,  0.,  30., 0.)
0130 
0131 caloStage2Params.etSumXCalibrationLUTFile         = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_etSumPUS_dummy.txt")
0132 caloStage2Params.etSumYCalibrationLUTFile         = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_etSumPUS_dummy.txt")
0133 caloStage2Params.etSumEttCalibrationLUTFile       = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_etSumPUS_dummy.txt")
0134 caloStage2Params.etSumEcalSumCalibrationLUTFile   = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_etSumPUS_dummy.txt")
0135 
0136 
0137 # Layer 1 LUT specification
0138 #
0139 # Et-dependent scale factors
0140 # ECal/HCal scale factors will be a 9*28 array:
0141 #   28 eta scale factors (1-28)
0142 #   in 9 ET bins (10, 15, 20, 25, 30, 35, 40, 45, Max)
0143 #  So, index = etBin*28+ieta
0144 caloStage2Params.layer1ECalScaleETBins = cms.vint32([10, 15, 20, 25, 30, 35, 40, 45, 256])
0145 caloStage2Params.layer1ECalScaleFactors = cms.vdouble([
0146  1.131385, 1.128532, 1.133259, 1.138950, 1.138118, 1.145239, 1.135720, 1.139045, 1.142051, 1.153916, 1.149703, 1.156583, 1.172763, 1.193265, 1.187774, 1.184272,
0147  1.217902, 1.437853, 1.278790, 1.409696, 1.411696, 1.440007, 1.421163, 1.464394, 1.474977, 1.466513, 1.466475, 1.419311, 1.087010, 1.081057, 1.085211, 1.088576,
0148  1.087186, 1.095176, 1.090827, 1.092414, 1.094626, 1.104560, 1.101845, 1.110506, 1.121719, 1.143752, 1.142682, 1.147103, 1.193239, 1.574359, 1.279538, 1.379250,
0149  1.358983, 1.400945, 1.402297, 1.427837, 1.464855, 1.443784, 1.427415, 1.422464, 1.070929, 1.060716, 1.064563, 1.065554, 1.069079, 1.075889, 1.068384, 1.070027,
0150  1.075460, 1.082618, 1.083300, 1.083431, 1.093023, 1.108096, 1.107142, 1.112312, 1.154710, 1.605153, 1.225397, 1.314424, 1.308718, 1.332513, 1.323390, 1.354958,
0151  1.398960, 1.384943, 1.362412, 1.378185, 1.065368, 1.064601, 1.065149, 1.061433, 1.059306, 1.070292, 1.067302, 1.061979, 1.069252, 1.075020, 1.081264, 1.076467,
0152  1.083812, 1.093275, 1.089516, 1.103931, 1.133687, 1.593161, 1.202658, 1.259290, 1.277875, 1.299430, 1.285493, 1.319181, 1.363092, 1.348108, 1.323084, 1.344257,
0153  1.075912, 1.071438, 1.077006, 1.080259, 1.074469, 1.079985, 1.086186, 1.093308, 1.080566, 1.085392, 1.077386, 1.090488, 1.090022, 1.113544, 1.088709, 1.102750,
0154  1.145559, 1.572533, 1.173564, 1.239818, 1.257878, 1.268196, 1.270146, 1.304235, 1.343179, 1.325568, 1.294287, 1.323642, 1.069628, 1.064962, 1.068419, 1.087210,
0155  1.078255, 1.078654, 1.072057, 1.069703, 1.080920, 1.089242, 1.100302, 1.092627, 1.094557, 1.108302, 1.103925, 1.101119, 1.132628, 1.459704, 1.162585, 1.228826,
0156  1.223030, 1.254767, 1.250701, 1.279128, 1.320945, 1.316232, 1.277370, 1.312794,1.051953, 1.067999, 1.055347, 1.069504, 1.055176, 1.072807, 1.069857, 1.077925,
0157  1.064145, 1.083152, 1.070389, 1.076320, 1.085833, 1.090424, 1.095051, 1.101244, 1.128931, 1.467267, 1.162999, 1.212314, 1.223013, 1.240110, 1.234485, 1.263299,
0158  1.307635, 1.310394, 1.266581, 1.307123, 1.050234, 1.056716, 1.051719, 1.069001, 1.048164, 1.068260, 1.062359, 1.064068, 1.064559, 1.085571, 1.065183, 1.062737,
0159  1.072117, 1.089194, 1.069072, 1.088440, 1.125319, 1.485413, 1.151196, 1.214000, 1.205797, 1.235945, 1.226787, 1.256677, 1.294848, 1.290351, 1.258192, 1.289197,
0160  1.119059, 1.118637, 1.118686, 1.119042, 1.120382, 1.128049, 1.122904, 1.123006, 1.125606, 1.131297, 1.125513, 1.127483, 1.130068, 1.138193, 1.133926, 1.137988,
0161  1.156933, 1.421330, 1.190742, 1.215184, 1.223037, 1.230251, 1.232612, 1.256926, 1.291641, 1.280507, 1.266805, 1.319541,
0162     ])
0163 caloStage2Params.layer1HCalScaleETBins = cms.vint32([10, 15, 20, 25, 30, 35, 40, 45, 256])
0164 caloStage2Params.layer1HCalScaleFactors = cms.vdouble([
0165         0.938987, 1.305673, 1.477472, 0.765028, 1.815504, 1.798761, 0.778031, 1.236700, 1.095857, 1.378264, 1.433842, 1.167307, 1.352559, 1.690047, 0.891717, 1.854560, 1.793667, 1.553130, 1.707625, 1.916118, 1.481646, 1.541782, 1.490156, 1.479861, 1.468454, 1.495288, 1.610239, 1.588946,
0166         1.959768, 1.735311, 1.720083, 1.747394, 1.900315, 1.850038, 2.069131, 1.870382, 1.591709, 1.754415, 1.691840, 1.790095, 1.945210, 1.639001, 1.626256, 1.751506, 1.807836, 1.880716, 1.546263, 1.539627, 1.463240, 1.617592, 1.585718, 1.591975, 1.591791, 1.644489, 1.799823, 1.734512,
0167         1.797256, 1.578326, 1.692388, 1.503111, 1.672529, 1.519262, 1.582937, 1.886371, 1.778520, 1.612681, 1.398586, 1.603034, 1.454530, 1.328033, 1.471435, 1.636657, 1.527224, 1.512641, 1.410223, 1.388980, 1.421767, 1.572817, 1.578374, 1.588652, 1.621864, 1.729711, 1.918856, 1.803434,
0168         1.527994, 1.365275, 1.392104, 1.498491, 1.519979, 1.355727, 1.405808, 1.417970, 1.333893, 1.334817, 1.310798, 1.379249, 1.351143, 1.222402, 1.366848, 1.300051, 1.179617, 1.350694, 1.262175, 1.330276, 1.391770, 1.463739, 1.488979, 1.515451, 1.539866, 1.638972, 1.868056, 1.783022,
0169         1.258886, 1.373863, 1.306919, 1.356936, 1.370243, 1.385183, 1.251747, 1.269948, 1.232910, 1.298851, 1.233371, 1.269583, 1.283337, 1.207918, 1.230305, 1.229290, 1.279386, 1.274979, 1.274343, 1.273966, 1.336204, 1.425413, 1.427249, 1.446559, 1.494423, 1.585447, 1.732028, 1.837370,
0170         1.312747, 1.251113, 1.290323, 1.266130, 1.241814, 1.258689, 1.301229, 1.290575, 1.199071, 1.206718, 1.186692, 1.171748, 1.229947, 1.197701, 1.220179, 1.124275, 1.211136, 1.187607, 1.180801, 1.266214, 1.289450, 1.380122, 1.421375, 1.443506, 1.468912, 1.538188, 1.786963, 1.786963,
0171         1.261641, 1.242962, 1.289171, 1.176940, 1.187245, 1.230983, 1.142716, 1.183702, 1.166847, 1.166354, 1.134944, 1.191856, 1.156877, 1.177983, 1.108505, 1.149493, 1.141904, 1.158885, 1.151391, 1.183157, 1.277163, 1.366516, 1.373016, 1.392367, 1.425116, 1.527114, 1.527114, 1.527114,
0172         1.228298, 1.191839, 1.256205, 1.201946, 1.129291, 1.186304, 1.133396, 1.101866, 1.210155, 1.100159, 1.108861, 1.093585, 1.126787, 1.106975, 1.153106, 1.112337, 1.142352, 1.155770, 1.124314, 1.167838, 1.241431, 1.299161, 1.329571, 1.335993, 1.378090, 1.378090, 1.378090, 1.378090,
0173         1.115713, 1.101212, 1.093974, 1.094815, 1.090964, 1.072051, 1.062362, 1.035872, 1.031726, 1.023072, 1.010703, 1.015952, 1.020603, 1.024692, 1.025791, 1.156998, 1.096629, 1.110618, 1.091158, 1.122913, 1.195124, 1.271093, 1.277982, 1.321275, 1.321275, 1.321275, 1.321275, 1.321275,
0174     ])
0175 # HF 1x1 scale factors will be a 5*12 array:
0176 #  12 eta scale factors (30-41)
0177 #  in 5 REAL ET bins (5, 20, 30, 50, Max)
0178 #  So, index = etBin*12+ietaHF
0179 caloStage2Params.layer1HFScaleETBins = cms.vint32([5, 20, 30, 50, 256])
0180 caloStage2Params.layer1HFScaleFactors = cms.vdouble([
0181     1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 
0182     1.767080, 1.767080, 1.755186, 1.769951, 1.763527, 1.791043, 1.898787, 1.982235, 2.071074, 2.193011, 2.356886, 2.403384, 
0183     2.170477, 2.170477, 2.123540, 2.019866, 1.907698, 1.963179, 1.989122, 2.035251, 2.184642, 2.436399, 2.810884, 2.923750, 
0184     1.943941, 1.943941, 1.899826, 1.813950, 1.714978, 1.736184, 1.785928, 1.834211, 1.944230, 2.153565, 2.720887, 2.749795, 
0185     1.679984, 1.679984, 1.669753, 1.601871, 1.547276, 1.577805, 1.611497, 1.670184, 1.775022, 1.937061, 2.488311, 2.618629, 
0186     ])
0187