CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrajectoryCleanerBySharedHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 trajectoryCleanerBySharedHits = cms.ESProducer("TrajectoryCleanerESProducer",
4  ComponentName = cms.string('TrajectoryCleanerBySharedHits'),
5  ComponentType = cms.string('TrajectoryCleanerBySharedHits'),
6  fractionShared = cms.double(0.19),
7  ValidHitBonus = cms.double(5.0),
8  MissingHitPenalty = cms.double(20.0),
9  allowSharedFirstHit = cms.bool(True)
10 )