File indexing completed on 2024-04-06 12:15:51
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltESPKFTrajectorySmootherForL2Muon = cms.ESProducer("KFTrajectorySmootherESProducer",
0004 ComponentName = cms.string('hltESPKFTrajectorySmootherForL2Muon'),
0005 Estimator = cms.string('hltESPChi2MeasurementEstimator30'),
0006 Propagator = cms.string('hltESPFastSteppingHelixPropagatorOpposite'),
0007 RecoGeometry = cms.string('hltESPDummyDetLayerGeometry'),
0008 Updator = cms.string('hltESPKFUpdator'),
0009 appendToDataLabel = cms.string(''),
0010 errorRescaling = cms.double(100.0),
0011 minHits = cms.int32(3)
0012 )