Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-07-10 23:56:36

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def alpaka_serial_sync_SiPixelRawToClusterHIonPhase1(*args, **kwargs):
0004   mod = cms.EDProducer('alpaka_serial_sync::SiPixelRawToClusterHIonPhase1',
0005     IncludeErrors = cms.bool(True),
0006     UseQualityInfo = cms.bool(False),
0007     verbose = cms.bool(False),
0008     clusterThreshold_layer1 = cms.int32(2000),
0009     clusterThreshold_otherLayers = cms.int32(4000),
0010     VCaltoElectronGain = cms.double(47),
0011     VCaltoElectronGain_L1 = cms.double(50),
0012     VCaltoElectronOffset = cms.double(-60),
0013     VCaltoElectronOffset_L1 = cms.double(-670),
0014     InputLabel = cms.InputTag('rawDataCollector'),
0015     Regions = cms.PSet(
0016       inputs = cms.optional.VInputTag,
0017       deltaPhi = cms.optional.vdouble,
0018       maxZ = cms.optional.vdouble,
0019       beamSpot = cms.optional.InputTag
0020     ),
0021     CablingMapLabel = cms.string(''),
0022     mightGet = cms.optional.untracked.vstring,
0023     alpaka = cms.untracked.PSet(
0024       backend = cms.untracked.string(''),
0025       synchronize = cms.optional.untracked.bool
0026     )
0027   )
0028   for a in args:
0029     mod.update_(a)
0030   mod.update_(kwargs)
0031   return mod