Line Code
1 2 3 4 5 6 7
import FWCore.ParameterSet.Config as cms

hltSiPixelClusterShapeCache = cms.EDProducer("SiPixelClusterShapeCacheProducer",
    mightGet = cms.optional.untracked.vstring,
    onDemand = cms.bool(False),
    src = cms.InputTag("hltSiPixelClusters")
)