CMS 3D CMS Logo

pixelTrackCleanerBySharedHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pixelTrackCleanerBySharedHits = cms.ESProducer("PixelTrackCleanerBySharedHitsESProducer",
4  ComponentName = cms.string('pixelTrackCleanerBySharedHits'),
5  appendToDataLabel = cms.string(''),
6  useQuadrupletAlgo = cms.bool(False)
7 )