Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-09-12 09:48:06

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     filenameEnergyLoss = cms.required.FileInPath,
0007     indexSource = cms.ESInputTag('', ''),
0008     mapSource = cms.ESInputTag('', ''),
0009     appendToDataLabel = cms.string(''),
0010     alpaka = cms.untracked.PSet(
0011       backend = cms.untracked.string(''),
0012       synchronize = cms.optional.untracked.bool
0013     )
0014   )
0015   for a in args:
0016     mod.update_(a)
0017   mod.update_(kwargs)
0018   return mod