CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEgamma/EgammaPhotonProducers/python/KFFittingSmootherForInOut_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.EgammaPhotonProducers.KFTrajectoryFitterForInOut_cfi import *
00004 from RecoEgamma.EgammaPhotonProducers.KFTrajectorySmootherForInOut_cfi import *
00005 import TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi
00006 # KFFittingSmootherESProducer
00007 KFFittingSmootherForInOut = TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone()
00008 KFFittingSmootherForInOut.ComponentName = 'KFFittingSmootherForInOut'
00009 KFFittingSmootherForInOut.Fitter = 'KFFitterForInOut'
00010 KFFittingSmootherForInOut.Smoother = 'KFSmootherForInOut'
00011 KFFittingSmootherForInOut.EstimateCut = -1
00012 KFFittingSmootherForInOut.MinNumberOfHits = 3
00013