CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MRHFitters_cff.py
Go to the documentation of this file.
2 
4 MRHTrajectoryFitter = TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone(
5  ComponentName = 'MRHFitter',
6  Estimator = 'MRHChi2',
7  Propagator = 'RungeKuttaTrackerPropagator'
8  )
10 MRHTrajectorySmoother = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone(
11  ComponentName = 'MRHSmoother',
12  Estimator = 'MRHChi2',
13  Propagator = 'RungeKuttaTrackerPropagator'
14  )
15 
17 MRHFittingSmoother = TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone(
18  ComponentName = 'MRHFittingSmoother',
19  Fitter = 'MRHFitter',
20  Smoother = 'MRHSmoother'
21  )
22