CMS 3D CMS Logo

KFTrajectoryFitterESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 KFTrajectoryFitter = cms.ESProducer("KFTrajectoryFitterESProducer",
00004     ComponentName = cms.string('KFFitter'),
00005     Estimator = cms.string('Chi2'),
00006     Propagator = cms.string('PropagatorWithMaterial'),
00007     Updator = cms.string('KFUpdator'),
00008     minHits = cms.int32(3)
00009 )
00010 
00011 

Generated on Tue Jun 9 17:48:31 2009 for CMSSW by  doxygen 1.5.4