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