File indexing completed on 2023-11-06 23:38:04
0001 import FWCore.ParameterSet.Config as cms
0002
0003 ecalUncalibRecHitPhase2WeightsProducerGPU = cms.EDProducer('EcalUncalibRecHitPhase2WeightsProducerGPU',
0004 recHitsLabelEB = cms.string('EcalUncalibRecHitsEB'),
0005 weights = cms.vdouble(
0006 -0.121016,
0007 -0.119899,
0008 -0.120923,
0009 -0.0848959,
0010 0.261041,
0011 0.509881,
0012 0.373591,
0013 0.134899,
0014 -0.0233605,
0015 -0.0913195,
0016 -0.112452,
0017 -0.118596,
0018 -0.121737,
0019 -0.121737,
0020 -0.121737,
0021 -0.121737
0022 ),
0023 digisLabelEB = cms.InputTag('simEcalUnsuppressedDigis'),
0024 mightGet = cms.optional.untracked.vstring
0025 )