Variables | |
tuple | RK1DFittingSmoother |
tuple | RK1DTrajectoryFitter |
tuple | RK1DTrajectorySmoother |
tuple | RKOutliers1DFittingSmoother |
00001 TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone( 00002 ComponentName = cms.string('RK1DFittingSmoother'), 00003 Fitter = cms.string('RK1DFitter'), 00004 Smoother = cms.string('RK1DSmoother') 00005 )
Definition at line 18 of file RungeKutta1DFitters_cff.py.
00001 TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone( 00002 ComponentName = cms.string('RK1DFitter'), 00003 Propagator = cms.string('RungeKuttaTrackerPropagator'), 00004 Updator = cms.string('KFSwitching1DUpdator') 00005 )
Definition at line 4 of file RungeKutta1DFitters_cff.py.
00001 TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone( 00002 ComponentName = cms.string('RK1DSmoother'), 00003 Propagator = cms.string('RungeKuttaTrackerPropagator'), 00004 Updator = cms.string('KFSwitching1DUpdator') 00005 )
Definition at line 11 of file RungeKutta1DFitters_cff.py.
00001 RK1DFittingSmoother.clone( 00002 ComponentName = cms.string('RKOutliers1DFittingSmoother'), 00003 EstimateCut = cms.double(20.0), 00004 MinNumberOfHits = cms.int32(3), 00005 )
Definition at line 24 of file RungeKutta1DFitters_cff.py.