Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 siPixelClusterShapeCache = cms.EDProducer('SiPixelClusterShapeCacheProducer',
0004   src = cms.InputTag('siPixelClusters'),
0005   onDemand = cms.bool(False),
0006   mightGet = cms.optional.untracked.vstring
0007 )