CMS 3D CMS Logo

KFSmootherForMuonTrackLoader_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 KFSmootherForMuonTrackLoader = cms.ESProducer("KFTrajectorySmootherESProducer",
4  ComponentName = cms.string('KFSmootherForMuonTrackLoader'),
5  Estimator = cms.string('Chi2EstimatorForMuonTrackLoader'),
6  Propagator = cms.string('SmartPropagatorAnyRK'),
7  RecoGeometry = cms.string('GlobalDetLayerGeometry'),
8  Updator = cms.string('KFUpdator'),
9  appendToDataLabel = cms.string(''),
10  errorRescaling = cms.double(10.0),
11  minHits = cms.int32(3)
12 )