CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/RecoLocalTracker/SiPixelRecHits/python/SiPixelRecHits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 siPixelRecHits = cms.EDProducer("SiPixelRecHitConverter",
00004     src = cms.InputTag("siPixelClusters"),
00005     # untracked string ClusterCollLabel   = "siPixelClusters"
00006     CPE = cms.string('PixelCPEGeneric'),
00007     VerboseLevel = cms.untracked.int32(0),
00008     #TanLorentzAnglePerTesla = cms.double(0.106),
00009     #Alpha2Order = cms.bool(True),
00010     #speed = cms.int32(0)
00011 
00012 )
00013 
00014