CMS 3D CMS Logo

hltSiPixelRecHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltSiPixelRecHits = cms.EDProducer("SiPixelRecHitConverter",
4  CPE = cms.string('PixelCPEGeneric'),
5  VerboseLevel = cms.untracked.int32(0),
6  src = cms.InputTag("hltSiPixelClusters")
7 )