11 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone()
13 EstimatorForSTA.ComponentName =
'Chi2STA'
14 EstimatorForSTA.MaxChi2 = 1000.
18 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone()
20 KFTrajectoryFitterForSTA.ComponentName =
'KFFitterSTA'
21 KFTrajectoryFitterForSTA.Propagator =
'SteppingHelixPropagatorAny'
22 KFTrajectoryFitterForSTA.Estimator =
'Chi2STA'
26 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone()
28 KFTrajectorySmootherForSTA.ComponentName =
'KFSmootherSTA'
29 KFTrajectorySmootherForSTA.Propagator =
'SteppingHelixPropagatorOpposite'
30 KFTrajectorySmootherForSTA.Estimator =
'Chi2STA'
34 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone()
36 KFFittingSmootheForSTA.ComponentName =
'KFFitterSmootherSTA'
37 KFFittingSmootheForSTA.Fitter =
'KFFitterSTA'
38 KFFittingSmootheForSTA.Smoother =
'KFSmootherSTA'