Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-04-24 01:27:37

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_cuda_async_EcalUncalibRecHitPhase2WeightsProducerPortable(*args, **kwargs):
0004   mod = cms.EDProducer('alpaka_cuda_async::EcalUncalibRecHitPhase2WeightsProducerPortable',
0005     uncalibratedRecHitsLabelEB = 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     timeWeights = cms.vdouble(
0025       0.429452,
0026       0.442762,
0027       0.413327,
0028       0.858327,
0029       4.42324,
0030       2.04369,
0031       -3.42426,
0032       -4.16258,
0033       -2.36061,
0034       -0.725371,
0035       0.0727267,
0036       0.326005,
0037       0.402035,
0038       0.404287,
0039       0.434207,
0040       0.422775
0041     ),
0042     digisLabelEB = cms.InputTag('ecalPhase2DigiToPortableProducer', 'ebDigis'),
0043     mightGet = cms.optional.untracked.vstring,
0044     alpaka = cms.untracked.PSet(
0045       backend = cms.untracked.string(''),
0046       synchronize = cms.optional.untracked.bool
0047     )
0048   )
0049   for a in args:
0050     mod.update_(a)
0051   mod.update_(kwargs)
0052   return mod