CMS 3D CMS Logo

GsfElectronFittingSmoother_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 GsfElectronFittingSmoother = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
5  ComponentName = 'GsfElectronFittingSmoother',
6  Fitter = 'GsfTrajectoryFitter',
7  Smoother = 'GsfTrajectorySmoother'
8 )
KFFittingSmoother_cfi