CMS 3D CMS Logo

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