CMS 3D CMS Logo

TrackerSeedCleaner_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TrackerSeedCleanerCommon = cms.PSet(
4  TrackerSeedCleaner = cms.PSet(
5  cleanerFromSharedHits = cms.bool(True),
6  # should be true only for tests
7  ptCleaner = cms.bool(True),
8  TTRHBuilder = cms.string('WithTrackAngle'),
9  beamSpot = cms.InputTag("hltOfflineBeamSpot"),
10  directionCleaner = cms.bool(True)
11  )
12 )
13 
14