Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:50:39

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