Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-26 05:06:16

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def EcalUncalibRecHitPhase2WeightsProducerGPU(*args, **kwargs):
0004   mod = cms.EDProducer('EcalUncalibRecHitPhase2WeightsProducerGPU',
0005     recHitsLabelEB = cms.string('EcalUncalibRecHitsEB'),
0006     weights = cms.vdouble(
0007       -0.121016,
0008       -0.119899,
0009       -0.120923,
0010       -0.0848959,
0011       0.261041,
0012       0.509881,
0013       0.373591,
0014       0.134899,
0015       -0.0233605,
0016       -0.0913195,
0017       -0.112452,
0018       -0.118596,
0019       -0.121737,
0020       -0.121737,
0021       -0.121737,
0022       -0.121737
0023     ),
0024     digisLabelEB = cms.InputTag('simEcalUnsuppressedDigis'),
0025     mightGet = cms.optional.untracked.vstring
0026   )
0027   for a in args:
0028     mod.update_(a)
0029   mod.update_(kwargs)
0030   return mod