CMS 3D CMS Logo

Variables

RungeKuttaFitters_cff Namespace Reference

Variables

tuple KFFittingSmootherWithOutliersRejectionAndRK
tuple RKFittingSmoother
tuple RKTrajectoryFitter
tuple RKTrajectorySmoother

Variable Documentation

Initial value:
00001 RKFittingSmoother.clone(
00002     ComponentName = cms.string('KFFittingSmootherWithOutliersRejectionAndRK'),
00003     EstimateCut = cms.double(20.0),
00004     # ggiurgiu@fnal.gov : Any value lower than -15 turns off this cut.
00005     # Recommended default value: -14.0. This will reject only the worst hits with negligible loss in track efficiency.  
00006     LogPixelProbabilityCut = cms.double(-14.0),                               
00007     MinNumberOfHits = cms.int32(3)
00008 )

Definition at line 22 of file RungeKuttaFitters_cff.py.

Initial value:
00001 TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone(
00002     ComponentName = cms.string('RKFittingSmoother'),
00003     Fitter = cms.string('RKFitter'),
00004     Smoother = cms.string('RKSmoother')
00005 )

Definition at line 16 of file RungeKuttaFitters_cff.py.

Initial value:
00001 TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone(
00002     ComponentName = cms.string('RKFitter'),
00003     Propagator = cms.string('RungeKuttaTrackerPropagator')
00004 )

Definition at line 4 of file RungeKuttaFitters_cff.py.

Initial value:
00001 TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone(
00002     ComponentName = cms.string('RKSmoother'),
00003     Propagator = cms.string('RungeKuttaTrackerPropagator')
00004 )

Definition at line 10 of file RungeKuttaFitters_cff.py.