CMS 3D CMS Logo

TrackerSeedCleaner_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TrackerSeedCleanerCommon = cms.PSet(
00004     TrackerSeedCleaner = cms.PSet(
00005         cleanerFromSharedHits = cms.bool(True),
00006         # should be true only for tests
00007         ptCleaner = cms.bool(False),
00008         TTRHBuilder = cms.string('WithTrackAngle'),
00009         beamSpot = cms.InputTag("offlineBeamSpot"),
00010         directionCleaner = cms.bool(False)
00011     )
00012 )
00013 
00014 

Generated on Tue Jun 9 17:44:34 2009 for CMSSW by  doxygen 1.5.4