CMS 3D CMS Logo

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

Variables

tuple RK1DFittingSmoother
 
tuple RK1DTrajectoryFitter
 
tuple RK1DTrajectorySmoother
 
tuple RKOutliers1DFittingSmoother
 

Variable Documentation

tuple RungeKutta1DFitters_cff.RK1DFittingSmoother
Initial value:
1 = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
2  ComponentName = 'RK1DFittingSmoother',
3  Fitter = 'RK1DFitter',
4  Smoother = 'RK1DSmoother'
5 )

Definition at line 18 of file RungeKutta1DFitters_cff.py.

tuple RungeKutta1DFitters_cff.RK1DTrajectoryFitter
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
2  ComponentName = 'RK1DFitter',
3  Propagator = 'RungeKuttaTrackerPropagator',
4  Updator = 'KFSwitching1DUpdator'
5 )

Definition at line 4 of file RungeKutta1DFitters_cff.py.

tuple RungeKutta1DFitters_cff.RK1DTrajectorySmoother
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
2  ComponentName = 'RK1DSmoother',
3  Propagator = 'RungeKuttaTrackerPropagator',
4  Updator = 'KFSwitching1DUpdator'
5 )

Definition at line 11 of file RungeKutta1DFitters_cff.py.

tuple RungeKutta1DFitters_cff.RKOutliers1DFittingSmoother
Initial value:
1 = RK1DFittingSmoother.clone(
2  ComponentName = 'RKOutliers1DFittingSmoother',
3  EstimateCut = 20.0,
4  MinNumberOfHits = 3,
5 )

Definition at line 24 of file RungeKutta1DFitters_cff.py.