src
HLTrigger
Configuration
python
HLT_75e33
modules
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
)
Generated for CMSSW Reference Manual by
1.8.14