1 import FWCore.ParameterSet.Config
as cms
4 RK1DTrajectoryFitter = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
5 ComponentName =
'RK1DFitter',
6 Propagator =
'RungeKuttaTrackerPropagator',
7 Updator =
'KFSwitching1DUpdator' 11 RK1DTrajectorySmoother = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
12 ComponentName =
'RK1DSmoother',
13 Propagator =
'RungeKuttaTrackerPropagator',
14 Updator =
'KFSwitching1DUpdator' 18 RK1DFittingSmoother = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
19 ComponentName =
'RK1DFittingSmoother',
20 Fitter =
'RK1DFitter',
21 Smoother =
'RK1DSmoother' 24 RKOutliers1DFittingSmoother = RK1DFittingSmoother.clone(
25 ComponentName =
'RKOutliers1DFittingSmoother',