CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HIPixelClusterVertex_cfi.py
Go to the documentation of this file.
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