Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:58

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoEgamma.EgammaPhotonProducers.propOppoMomentumWithMaterialForElectrons_cfi import *
0004 from RecoEgamma.EgammaPhotonProducers.chi2EstimatorForOutInFit_cfi import *
0005 import TrackingTools.TrackFitters.KFTrajectorySmoother_cfi
0006 # KFTrajectorySmootherESProducer
0007 KFTrajectorySmootherForOutIn = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
0008     ComponentName = 'KFSmootherForOutIn',
0009     Propagator    = 'oppositeToMomElePropagator',
0010     Estimator     = 'Chi2ForOutIn'
0011 )