CMS 3D CMS Logo

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