cms.EDProducer("SiPixelDigisClustersFromSoAAlpakaPhase2",\ 
    clusterThreshold_layer1 = cms.int32(4000),\ 
    clusterThreshold_otherLayers = cms.int32(4000),\ 
    produceDigis = cms.bool(False),\ 
    src = cms.InputTag("hltPhase2SiPixelClustersSoA"),\ 
    storeDigis = cms.bool(False)\ 
)\