File indexing completed on 2024-08-21 04:46:33
0001 import FWCore.ParameterSet.Config as cms
0002 from ..psets.hgcal_reco_constants_cfi import HGCAL_reco_constants as HGCAL_reco_constants
0003
0004
0005 hltHGCalRecHitL1Seeded = cms.EDProducer("HGCalRecHitProducer",
0006 HGCEE_cce = cms.PSet(
0007 refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies')
0008 ),
0009 HGCEE_fCPerMIP = cms.vdouble(2.06, 3.43, 5.15),
0010 HGCEE_isSiFE = cms.bool(True),
0011 HGCEE_keV2DIGI = cms.double(0.044259),
0012 HGCEE_noise_fC = cms.PSet(
0013 refToPSet_ = cms.string('HGCAL_noise_fC')
0014 ),
0015 HGCEErechitCollection = cms.string('HGCEERecHits'),
0016 HGCEEuncalibRecHitCollection = cms.InputTag("hltHGCalUncalibRecHitL1Seeded","HGCEEUncalibRecHits"),
0017 HGCHEB_isSiFE = cms.bool(True),
0018 HGCHEB_keV2DIGI = cms.double(0.00148148148148),
0019 HGCHEB_noise_MIP = cms.PSet(
0020 refToPSet_ = cms.string('HGCAL_noise_heback')
0021 ),
0022 HGCHEBrechitCollection = cms.string('HGCHEBRecHits'),
0023 HGCHEBuncalibRecHitCollection = cms.InputTag("hltHGCalUncalibRecHitL1Seeded","HGCHEBUncalibRecHits"),
0024 HGCHEF_cce = cms.PSet(
0025 refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies')
0026 ),
0027 HGCHEF_fCPerMIP = cms.vdouble(2.06, 3.43, 5.15),
0028 HGCHEF_isSiFE = cms.bool(True),
0029 HGCHEF_keV2DIGI = cms.double(0.044259),
0030 HGCHEF_noise_fC = cms.PSet(
0031 refToPSet_ = cms.string('HGCAL_noise_fC')
0032 ),
0033 HGCHEFrechitCollection = cms.string('HGCHEFRecHits'),
0034 HGCHEFuncalibRecHitCollection = cms.InputTag("hltHGCalUncalibRecHitL1Seeded","HGCHEFUncalibRecHits"),
0035 HGCHFNose_cce = cms.PSet(
0036 refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies')
0037 ),
0038 HGCHFNose_fCPerMIP = cms.vdouble(1.25, 2.57, 3.88),
0039 HGCHFNose_isSiFE = cms.bool(False),
0040 HGCHFNose_keV2DIGI = cms.double(0.044259),
0041 HGCHFNose_noise_fC = cms.PSet(
0042 refToPSet_ = cms.string('HGCAL_noise_fC')
0043 ),
0044 HGCHFNoserechitCollection = cms.string('HGCHFNoseRecHits'),
0045 HGCHFNoseuncalibRecHitCollection = cms.InputTag("hltHGCalUncalibRecHitL1Seeded","HGCHFNoseUncalibRecHits"),
0046 algo = cms.string('HGCalRecHitWorkerSimple'),
0047 constSiPar = cms.double(0.02),
0048 deltasi_index_regemfac = cms.int32(3),
0049 layerNoseWeights = cms.vdouble(
0050 0.0, 39.500245, 39.756638, 39.756638, 39.756638,
0051 39.756638, 66.020266, 92.283895, 92.283895
0052 ),
0053 layerWeights = HGCAL_reco_constants.dEdXweights,
0054 maxValSiPar = cms.double(10000.0),
0055 minValSiPar = cms.double(10.0),
0056 noiseSiPar = cms.double(5.5),
0057 rangeMask = cms.uint32(4294442496),
0058 rangeMatch = cms.uint32(1161838592),
0059 sciThicknessCorrection = HGCAL_reco_constants.sciThicknessCorrection,
0060 thicknessCorrection = HGCAL_reco_constants.thicknessCorrection,
0061 thicknessNoseCorrection = cms.vdouble(1.132, 1.092, 1.084)
0062 )