src
RecoEgamma
EgammaPhotonProducers
python
KFFittingSmootherForInOut_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoEgamma.EgammaPhotonProducers.KFTrajectoryFitterForInOut_cfi
import
*
4
from
RecoEgamma.EgammaPhotonProducers.KFTrajectorySmootherForInOut_cfi
import
*
5
import
TrackingTools.TrackFitters.KFFittingSmoother_cfi
6
# KFFittingSmootherESProducer
7
KFFittingSmootherForInOut = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
8
ComponentName =
'KFFittingSmootherForInOut'
,
9
Fitter =
'KFFitterForInOut'
,
10
Smoother =
'KFSmootherForInOut'
,
11
EstimateCut = -1,
12
MinNumberOfHits = 3
13
)
KFTrajectoryFitterForInOut_cfi
KFTrajectorySmootherForInOut_cfi
KFFittingSmoother_cfi
Generated for CMSSW Reference Manual by
1.8.14