Variables | |
tuple | LooperFittingSmoother |
tuple | LooperTrajectoryFitter |
tuple | LooperTrajectorySmoother |
00001 TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone( 00002 ComponentName = cms.string('LooperFittingSmoother'), 00003 Fitter = cms.string('LooperFitter'), 00004 Smoother = cms.string('LooperSmoother'), 00005 EstimateCut = cms.double(20.0), 00006 # ggiurgiu@fnal.gov : Any value lower than -15 turns off this cut. 00007 # Recommended default value: -14.0. This will reject only the worst hits with negligible loss in track efficiency. 00008 LogPixelProbabilityCut = cms.double(-14.0), 00009 MinNumberOfHits = cms.int32(3) 00010 )
Definition at line 17 of file LooperFitters_cff.py.
00001 TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone( 00002 ComponentName = cms.string('LooperFitter'), 00003 Propagator = cms.string('PropagatorWithMaterialForLoopers') 00004 )
Definition at line 4 of file LooperFitters_cff.py.
00001 TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone( 00002 ComponentName = cms.string('LooperSmoother'), 00003 Propagator = cms.string('PropagatorWithMaterialForLoopers'), 00004 errorRescaling = cms.double(10.0), 00005 )
Definition at line 10 of file LooperFitters_cff.py.