CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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