Main Page
Namespaces
Classes
Package Documentation
RecoHI
HiCentralityAlgos
python
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
)
Generated for CMSSW Reference Manual by
1.8.11