1 import FWCore.ParameterSet.Config
as cms
4 LooperTrajectoryFitter = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
5 ComponentName =
'LooperFitter',
6 Propagator =
'PropagatorWithMaterialForLoopers' 10 LooperTrajectorySmoother = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
11 ComponentName =
'LooperSmoother',
12 Propagator =
'PropagatorWithMaterialForLoopers',
13 errorRescaling = 10.0,
17 LooperFittingSmoother = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
18 ComponentName =
'LooperFittingSmoother',
19 Fitter =
'LooperFitter',
20 Smoother =
'LooperSmoother',
24 LogPixelProbabilityCut = -14.0,