File indexing completed on 2024-04-06 12:15:57
0001 import FWCore.ParameterSet.Config as cms
0002
0003 HGCAL_reco_constants = cms.PSet(
0004 dEdXweights = cms.vdouble(
0005 0.0, 9.205, 11.129999999999999, 11.129999999999999, 11.129999999999999,
0006 11.129999999999999, 11.129999999999999, 11.129999999999999, 11.129999999999999, 11.129999999999999,
0007 11.129999999999999, 11.129999999999999, 11.129999999999999, 11.129999999999999, 11.129999999999999,
0008 11.129999999999999, 11.129999999999999, 11.129999999999999, 13.2, 13.2,
0009 13.2, 13.2, 13.2, 13.2, 13.2,
0010 13.2, 35.745000000000005, 59.665000000000006, 60.7, 60.7,
0011 60.7, 60.7, 60.7, 60.7, 60.7,
0012 60.7, 60.7, 71.89, 83.08, 83.255,
0013 83.52000000000001, 83.61, 83.61, 83.61, 83.61,
0014 83.61, 83.61, 83.61
0015 ),
0016 fcPerEle = cms.double(0.00016020506),
0017 fcPerMip = cms.vdouble(
0018 2.06, 3.43, 5.15, 2.06, 3.43,
0019 5.15
0020 ),
0021 noises = cms.vdouble(
0022 2000.0, 2400.0, 2000.0, 2000.0, 2400.0,
0023 2000.0
0024 ),
0025 thicknessCorrection = cms.vdouble(
0026 0.75, 0.76, 0.75, 0.85, 0.85,
0027 0.84
0028 ),
0029 thresholdW0 = cms.vdouble(2.9, 2.9, 2.9),
0030 sciThicknessCorrection = cms.double(0.69),
0031 positionDeltaRho2 = cms.double(1.69),
0032 maxNumberOfThickIndices = cms.uint32(6),
0033 noiseMip = cms.PSet(
0034 scaleByDose = cms.bool(False),
0035 scaleByDoseAlgo = cms.uint32(0),
0036 scaleByDoseFactor = cms.double(1),
0037 referenceIdark = cms.double(-1),
0038 referenceXtalk = cms.double(-1),
0039 noise_MIP = cms.double(0.01)
0040 ),
0041
0042 )
0043