CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:43:27 2009 for CMSSW by  doxygen 1.5.4