test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
phase2TrackerClusterizer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Clusterizer options
4 siPhase2Clusters = cms.EDProducer('Phase2TrackerClusterizer',
5  src = cms.InputTag("mix", "Tracker"),
6  maxClusterSize = cms.uint32(8),
7  maxNumberClusters = cms.uint32(0)
8 )
9 
10 
11