CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoHI/HiTracking/python/HIPixelClusterVertex_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hiPixelClusterVertex = cms.EDProducer("HIPixelClusterVtxProducer",
00004                                       pixelRecHits=cms.string("siPixelRecHits"),
00005                                       minZ=cms.double(-30.0),
00006                                       maxZ=cms.double(30.05),
00007                                       zStep=cms.double(0.1)
00008                                       )
00009 
00010