src
HLTrigger
Configuration
python
HLT_75e33
modules
siPixelRecHits_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
siPixelRecHits = cms.EDProducer(
"SiPixelRecHitConverter"
,
4
CPE = cms.string(
'PixelCPEGeneric'
),
5
VerboseLevel = cms.untracked.int32(0),
6
src = cms.InputTag(
"siPixelClusters"
)
7
)
Generated for CMSSW Reference Manual by
1.8.14