Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-11-23 03:28:26

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_cuda_async_PFRecHitHCALParamsESProducer(*args, **kwargs):
0004   mod = cms.ESProducer('alpaka_cuda_async::PFRecHitHCALParamsESProducer',
0005     energyThresholdsHB = cms.vdouble(
0006       0.1,
0007       0.2,
0008       0.3,
0009       0.3
0010     ),
0011     energyThresholdsHE = cms.vdouble(
0012       0.1,
0013       0.2,
0014       0.2,
0015       0.2,
0016       0.2,
0017       0.2,
0018       0.2
0019     ),
0020     appendToDataLabel = cms.string(''),
0021     alpaka = cms.untracked.PSet(
0022       backend = cms.untracked.string('')
0023     )
0024   )
0025   for a in args:
0026     mod.update_(a)
0027   mod.update_(kwargs)
0028   return mod