CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoEgamma/EgammaPhotonProducers/python/KFFittingSmootherForOutIn_cfi.py

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