1 import FWCore.ParameterSet.Config
as cms
11 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
12 ComponentName =
'Chi2STA',
17 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
18 ComponentName =
'KFFitterSTA',
19 Propagator =
'SteppingHelixPropagatorAny',
24 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
25 ComponentName =
'KFSmootherSTA',
26 Propagator =
'SteppingHelixPropagatorOpposite',
31 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
32 ComponentName =
'KFFitterSmootherSTA',
33 Fitter =
'KFFitterSTA',
34 Smoother =
'KFSmootherSTA'