CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KFTrajectorySmootherForInOut_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 # KFTrajectorySmootherESProducer
7 KFTrajectorySmootherForInOut = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone()
8 KFTrajectorySmootherForInOut.ComponentName = 'KFSmootherForInOut'
9 KFTrajectorySmootherForInOut.Propagator = 'oppositeToMomElePropagator'
10 KFTrajectorySmootherForInOut.Estimator = 'Chi2ForInOut'
11