CMS 3D CMS Logo

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