CMS 3D CMS Logo

hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltIter2Phase2L3FromL1TkMuonPixelClusterCheck = cms.EDProducer("ClusterCheckerEDProducer",
4  ClusterCollectionLabel = cms.InputTag("MeasurementTrackerEvent"),
5  MaxNumberOfStripClusters = cms.uint32(50000),
6  MaxNumberOfPixelClusters = cms.uint32(10000),
7  PixelClusterCollectionLabel = cms.InputTag("siPixelClusters"),
8  cut = cms.string(''),
9  doClusterCheck = cms.bool(False),
10  silentClusterCheck = cms.untracked.bool(False)
11 )