CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 = cms.string('KFFittingSmootherWithOutliersRejectionAndRK'),
3  EstimateCut = cms.double(20.0),
4  # ggiurgiu@fnal.gov : Any value lower than -15 turns off this cut.
5  # Recommended default value: -14.0. This will reject only the worst hits with negligible loss in track efficiency.
6  LogPixelProbabilityCut = cms.double(-14.0),
7  MinNumberOfHits = cms.int32(3)
8 )

Definition at line 22 of file RungeKuttaFitters_cff.py.

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

Definition at line 16 of file RungeKuttaFitters_cff.py.

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

Definition at line 4 of file RungeKuttaFitters_cff.py.

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

Definition at line 10 of file RungeKuttaFitters_cff.py.