Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-02-07 14:24:07

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_serial_sync_hgcalrechit_HGCalCalibrationESProducer(*args, **kwargs):
0004   mod = cms.ESProducer('alpaka_serial_sync::hgcalrechit::HGCalCalibrationESProducer',
0005     filename = cms.required.FileInPath,
0006     indexSource = cms.ESInputTag('', ''),
0007     configSource = cms.ESInputTag('', ''),
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