1 import FWCore.ParameterSet.Config
as cms
8 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone()
10 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone()
12 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone()
14 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone()
17 EstimatorForSTA.ComponentName =
'Chi2STA'
18 EstimatorForSTA.MaxChi2 = 1000.
19 KFTrajectoryFitterForSTA.ComponentName =
'KFFitterSTA'
20 KFTrajectoryFitterForSTA.Propagator =
'SteppingHelixPropagatorAny'
21 KFTrajectoryFitterForSTA.Estimator =
'Chi2STA'
22 KFTrajectorySmootherForSTA.ComponentName =
'KFSmootherSTA'
23 KFTrajectorySmootherForSTA.Propagator =
'SteppingHelixPropagatorOpposite'
24 KFTrajectorySmootherForSTA.Estimator =
'Chi2STA'
25 KFFittingSmootheForSTA.ComponentName =
'KFFitterSmootherSTA'
26 KFFittingSmootheForSTA.Fitter =
'KFFitterSTA'
27 KFFittingSmootheForSTA.Smoother =
'KFSmootherSTA'