Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-02-07 14:24:11

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_cuda_async_HCALRecHitSoAProducer(*args, **kwargs):
0004   mod = cms.EDProducer('alpaka_cuda_async::HCALRecHitSoAProducer',
0005     src = cms.InputTag(''),
0006     synchronise = cms.untracked.bool(False),
0007     mightGet = cms.optional.untracked.vstring,
0008     alpaka = cms.untracked.PSet(
0009       backend = cms.untracked.string(''),
0010       synchronize = cms.optional.untracked.bool
0011     )
0012   )
0013   for a in args:
0014     mod.update_(a)
0015   mod.update_(kwargs)
0016   return mod