1 import FWCore.ParameterSet.Config
as cms
8 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
9 ComponentName =
'Chi2STA',
13 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
14 ComponentName =
'KFFitterSTA',
15 Propagator =
'SteppingHelixPropagatorAny',
19 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
20 ComponentName =
'KFSmootherSTA',
21 Propagator =
'SteppingHelixPropagatorOpposite',
25 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
26 ComponentName =
'KFFitterSmootherSTA',
27 Fitter =
'KFFitterSTA',
28 Smoother =
'KFSmootherSTA'