1 import FWCore.ParameterSet.Config
as cms
6 MRHTrajectoryFitter = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
7 ComponentName =
'MRHFitter',
9 Propagator =
'RungeKuttaTrackerPropagator'
12 MRHTrajectorySmoother = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
13 ComponentName =
'MRHSmoother',
14 Estimator =
'MRHChi2',
15 Propagator =
'RungeKuttaTrackerPropagator'
19 MRHFittingSmoother = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
20 ComponentName =
'MRHFittingSmoother',
22 Smoother =
'MRHSmoother'