CMS 3D CMS Logo

hltESPRKTrajectorySmoother_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltESPRKTrajectorySmoother = cms.ESProducer("KFTrajectorySmootherESProducer",
4  ComponentName = cms.string('hltESPRKTrajectorySmoother'),
5  Estimator = cms.string('hltESPChi2MeasurementEstimator30'),
6  Propagator = cms.string('hltESPRungeKuttaTrackerPropagator'),
7  RecoGeometry = cms.string('hltESPGlobalDetLayerGeometry'),
8  Updator = cms.string('hltESPKFUpdator'),
9  appendToDataLabel = cms.string(''),
10  errorRescaling = cms.double(100.0),
11  minHits = cms.int32(3)
12 )