4 RKTrajectoryFitter = TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone(
5 ComponentName = cms.string(
'RKFitter'),
6 Propagator = cms.string(
'RungeKuttaTrackerPropagator')
10 RKTrajectorySmoother = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone(
11 ComponentName = cms.string(
'RKSmoother'),
12 Propagator = cms.string(
'RungeKuttaTrackerPropagator')
16 RKFittingSmoother = TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone(
17 ComponentName = cms.string(
'RKFittingSmoother'),
18 Fitter = cms.string(
'RKFitter'),
19 Smoother = cms.string(
'RKSmoother')
22 KFFittingSmootherWithOutliersRejectionAndRK = RKFittingSmoother.clone(
23 ComponentName = cms.string(
'KFFittingSmootherWithOutliersRejectionAndRK'),
24 EstimateCut = cms.double(20.0),
27 LogPixelProbabilityCut = cms.double(-14.0),
28 MinNumberOfHits = cms.int32(3)