CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KFFittingSmootherESProducer_cfi.py
Go to the documentation of this file.
2 
3 KFFittingSmoother = cms.ESProducer("KFFittingSmootherESProducer",
4 
5  EstimateCut = cms.double(-1.0),
6 
7  # ggiurgiu@fnal.gov : Any value lower than -15 turns off this cut.
8  # Recommended default value: -14.0. This will reject only the worst hits with negligible loss in track efficiency.
9  LogPixelProbabilityCut = cms.double(-16.0),
10 
11  Fitter = cms.string('KFFitter'),
12  MinNumberOfHits = cms.int32(5),
13  Smoother = cms.string('KFSmoother'),
14  ComponentName = cms.string('KFFittingSmoother'),
15  RejectTracks = cms.bool(True),
16  BreakTrajWith2ConsecutiveMissing = cms.bool(True),
17  NoInvalidHitsBeginEnd = cms.bool(True)
18 )
19 
20