1 import FWCore.ParameterSet.Config
as cms
11 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone()
13 EstimatorForSTA.ComponentName =
'Chi2STA' 14 EstimatorForSTA.MaxChi2 = 1000.
18 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone()
20 KFTrajectoryFitterForSTA.ComponentName =
'KFFitterSTA' 21 KFTrajectoryFitterForSTA.Propagator =
'SteppingHelixPropagatorAny' 22 KFTrajectoryFitterForSTA.Estimator =
'Chi2STA' 26 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone()
28 KFTrajectorySmootherForSTA.ComponentName =
'KFSmootherSTA' 29 KFTrajectorySmootherForSTA.Propagator =
'SteppingHelixPropagatorOpposite' 30 KFTrajectorySmootherForSTA.Estimator =
'Chi2STA' 34 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone()
36 KFFittingSmootheForSTA.ComponentName =
'KFFitterSmootherSTA' 37 KFFittingSmootheForSTA.Fitter =
'KFFitterSTA' 38 KFFittingSmootheForSTA.Smoother =
'KFSmootherSTA'