Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-02-20 03:45:09

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