Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_cuda_async_PFRecHitSoAProducerECAL(*args, **kwargs):
0004   mod = cms.EDProducer('alpaka_cuda_async::PFRecHitSoAProducerECAL',
0005     producers = cms.VPSet(
0006       cms.PSet(
0007         params = cms.ESInputTag('', ''),
0008         src = cms.InputTag('')
0009       )
0010     ),
0011     topology = cms.ESInputTag('', ''),
0012     synchronise = cms.untracked.bool(False),
0013     mightGet = cms.optional.untracked.vstring,
0014     alpaka = cms.untracked.PSet(
0015       backend = cms.untracked.string('')
0016     )
0017   )
0018   for a in args:
0019     mod.update_(a)
0020   mod.update_(kwargs)
0021   return mod