File indexing completed on 2025-02-07 14:23:50
0001 import FWCore.ParameterSet.Config as cms
0002
0003 def alpaka_serial_sync_hgcal_HGCalMappingCellESProducer(*args, **kwargs):
0004 mod = cms.ESProducer('alpaka_serial_sync::hgcal::HGCalMappingCellESProducer',
0005 filelist = cms.vstring(),
0006 cellindexer = cms.ESInputTag('', ''),
0007 appendToDataLabel = cms.string(''),
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