CMS 3D CMS Logo

hltESPTrajectoryCleanerBySharedHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltESPTrajectoryCleanerBySharedHits = cms.ESProducer("TrajectoryCleanerESProducer",
4  ComponentName = cms.string('hltESPTrajectoryCleanerBySharedHits'),
5  ComponentType = cms.string('TrajectoryCleanerBySharedHits'),
6  MissingHitPenalty = cms.double(0.0),
7  ValidHitBonus = cms.double(100.0),
8  allowSharedFirstHit = cms.bool(False),
9  fractionShared = cms.double(0.5)
10 )