CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
RungeKuttaFitters_cff Namespace Reference

Variables

tuple KFFittingSmootherWithOutliersRejectionAndRK
 
tuple RKFittingSmoother
 
tuple RKTrajectoryFitter
 
tuple RKTrajectorySmoother
 

Variable Documentation

tuple RungeKuttaFitters_cff.KFFittingSmootherWithOutliersRejectionAndRK
Initial value:
1 = RKFittingSmoother.clone(
2  ComponentName = 'KFFittingSmootherWithOutliersRejectionAndRK',
3  EstimateCut = 20.0,
4  MinNumberOfHits = 3
5 )

Definition at line 22 of file RungeKuttaFitters_cff.py.

tuple RungeKuttaFitters_cff.RKFittingSmoother
Initial value:
1 = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
2  ComponentName = 'RKFittingSmoother',
3  Fitter = 'RKFitter',
4  Smoother = 'RKSmoother'
5 )

Definition at line 16 of file RungeKuttaFitters_cff.py.

tuple RungeKuttaFitters_cff.RKTrajectoryFitter
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
2  ComponentName = 'RKFitter',
3  Propagator = 'RungeKuttaTrackerPropagator'
4 )

Definition at line 4 of file RungeKuttaFitters_cff.py.

tuple RungeKuttaFitters_cff.RKTrajectorySmoother
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
2  ComponentName = 'RKSmoother',
3  Propagator = 'RungeKuttaTrackerPropagator'
4 )

Definition at line 10 of file RungeKuttaFitters_cff.py.