Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-18 03:41:44

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_cuda_async_hgcal_HGCalDenseIndexInfoESProducer(*args, **kwargs):
0004   mod = cms.ESProducer('alpaka_cuda_async::hgcal::HGCalDenseIndexInfoESProducer',
0005     moduleindexer = cms.ESInputTag('', ''),
0006     cellindexer = cms.ESInputTag('', ''),
0007     moduleinfo = cms.ESInputTag('', ''),
0008     cellinfo = cms.ESInputTag('', ''),
0009     appendToDataLabel = cms.string(''),
0010     alpaka = cms.untracked.PSet(
0011       backend = cms.untracked.string(''),
0012       synchronize = cms.optional.untracked.bool
0013     )
0014   )
0015   for a in args:
0016     mod.update_(a)
0017   mod.update_(kwargs)
0018   return mod