Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-11-06 23:38:05

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 siPixelDigisClustersFromSoAPhase2 = cms.EDProducer('SiPixelDigisClustersFromSoAPhase2',
0004   src = cms.InputTag('siPixelDigisSoA'),
0005   clusterThreshold_layer1 = cms.int32(2000),
0006   clusterThreshold_otherLayers = cms.int32(4000),
0007   produceDigis = cms.bool(True),
0008   storeDigis = cms.bool(True),
0009   mightGet = cms.optional.untracked.vstring
0010 )