CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KFFittingSmootherFifth_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 KFFittingSmootherFifth = cms.ESProducer(
4  "KFFittingSmootherESProducer",
5 # EstimateCut = cms.double(20),
6  EstimateCut = cms.double(-1),
7  Fitter = cms.string('KFFitter'),
8 # MinNumberOfHits = cms.int32(7),
9  MinNumberOfHits = cms.int32(4),
10  Smoother = cms.string('KFSmoother'),
11  BreakTrajWith2ConsecutiveMissing = cms.bool(True),
12  ComponentName = cms.string('KFFittingSmootherFifth'),
13  NoInvalidHitsBeginEnd = cms.bool(True),
14  RejectTracks = cms.bool(True),
15  LogPixelProbabilityCut = cms.double(-16)
16 )