CMS 3D CMS Logo

hltSiPixelClusterShapeCache_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltSiPixelClusterShapeCache = cms.EDProducer("SiPixelClusterShapeCacheProducer",
4  mightGet = cms.optional.untracked.vstring,
5  onDemand = cms.bool(False),
6  src = cms.InputTag("hltSiPixelClusters")
7 )