CMS 3D CMS Logo

siPhase2Clusters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 siPhase2Clusters = cms.EDProducer("Phase2TrackerClusterizer",
4  maxClusterSize = cms.uint32(0),
5  maxNumberClusters = cms.uint32(0),
6  src = cms.InputTag("mix","Tracker")
7 )