File indexing completed on 2025-02-07 14:24:11
0001 import FWCore.ParameterSet.Config as cms
0002
0003 def alpaka_serial_sync_PFRecHitECALTopologyESProducer(*args, **kwargs):
0004 mod = cms.ESProducer('alpaka_serial_sync::PFRecHitECALTopologyESProducer',
0005 usePFThresholdsFromDB = cms.bool(False),
0006 appendToDataLabel = cms.string(''),
0007 alpaka = cms.untracked.PSet(
0008 backend = cms.untracked.string(''),
0009 synchronize = cms.optional.untracked.bool
0010 )
0011 )
0012 for a in args:
0013 mod.update_(a)
0014 mod.update_(kwargs)
0015 return mod