CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone(
2  ComponentName = cms.string('RK1DFittingSmoother'),
3  Fitter = cms.string('RK1DFitter'),
4  Smoother = cms.string('RK1DSmoother')
5 )

Definition at line 18 of file RungeKutta1DFitters_cff.py.

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

Definition at line 4 of file RungeKutta1DFitters_cff.py.

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

Definition at line 11 of file RungeKutta1DFitters_cff.py.

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

Definition at line 24 of file RungeKutta1DFitters_cff.py.