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