CMS 3D CMS Logo

KFFittingSmootherForInOut_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 # KFFittingSmootherESProducer
7 KFFittingSmootherForInOut = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
8  ComponentName = 'KFFittingSmootherForInOut',
9  Fitter = 'KFFitterForInOut',
10  Smoother = 'KFSmootherForInOut',
11  EstimateCut = -1,
12  MinNumberOfHits = 3
13 )