CMS 3D CMS Logo

HiClusterCompatibility_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hiClusterCompatibility = cms.EDProducer("ClusterCompatibilityProducer",
4  inputTag = cms.InputTag( "siPixelRecHits" ),
5  minZ = cms.double(-40.0),
6  maxZ = cms.double(40.05),
7  zStep = cms.double(0.2)
8 )