CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/TrackingTools/TrajectoryCleaning/python/TrajectoryCleanerBySharedHits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TrajectoryCleanerBySharedHits = cms.ESProducer("TrajectoryCleanerESProducer",
00004     ComponentName = cms.string('TrajectoryCleanerBySharedHits'),
00005     ComponentType = cms.string('TrajectoryCleanerBySharedHits'),
00006     fractionShared = cms.double(0.19),
00007     ValidHitBonus = cms.double(5.0),
00008     MissingHitPenalty = cms.double(20.0),
00009     allowSharedFirstHit = cms.bool(True)
00010 )