Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-05-19 22:18:55

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_serial_sync_hgcal_HGCalMappingCellESProducer(*args, **kwargs):
0004   mod = cms.ESProducer('alpaka_serial_sync::hgcal::HGCalMappingCellESProducer',
0005     filelist = cms.vstring(),
0006     cellindexer = cms.ESInputTag('', ''),
0007     moduleindexer = cms.ESInputTag('', ''),
0008     offsetfile = cms.FileInPath('Geometry/HGCalMapping/data/CellMaps/calibration_to_surrounding_offsetMap.txt'),
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