CMS 3D CMS Logo

HIPixelClusterVertex_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hiPixelClusterVertex = cms.EDProducer("HIPixelClusterVtxProducer",
4  pixelRecHits=cms.string("siPixelRecHits"),
5  minZ=cms.double(-30.0),
6  maxZ=cms.double(30.05),
7  zStep=cms.double(0.1)
8  )
9 
10