![]() |
![]() |
00001 import FWCore.ParameterSet.Config as cms 00002 00003 import TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi 00004 DAFTrajectorySmoother = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone() 00005 DAFTrajectorySmoother.ComponentName = 'DAFSmoother' 00006 DAFTrajectorySmoother.Estimator = 'MRHChi2' 00007 DAFTrajectorySmoother.Propagator = 'RungeKuttaTrackerPropagator' 00008