Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_serial_sync_hgcalrechit_HGCalConfigurationESProducer(*args, **kwargs):
0004   mod = cms.ESProducer('alpaka_serial_sync::hgcalrechit::HGCalConfigurationESProducer',
0005     indexSource = cms.ESInputTag('', ''),
0006     configSource = cms.ESInputTag('', ''),
0007     gain = cms.int32(2),
0008     appendToDataLabel = cms.string(''),
0009     alpaka = cms.untracked.PSet(
0010       backend = cms.untracked.string(''),
0011       synchronize = cms.optional.untracked.bool
0012     )
0013   )
0014   for a in args:
0015     mod.update_(a)
0016   mod.update_(kwargs)
0017   return mod