CMS 3D CMS Logo

NearbyPixelClustersProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 NearbyPixelClustersProducer = cms.EDProducer('NearbyPixelClustersProducer',
4  clusterCollection = cms.InputTag('siPixelClusters'), # input clusters
5  trajectoryInput = cms.InputTag('TrackerRefitter'), # input trajectories
6  throwBadComponents = cms.bool(False), # do not use bad components
7  dumpWholeDetIds = cms.bool(False) # write all clusters in Det
8  )