Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:51

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltESPKFFittingSmootherForL2Muon = cms.ESProducer("KFFittingSmootherESProducer",
0004     BreakTrajWith2ConsecutiveMissing = cms.bool(False),
0005     ComponentName = cms.string('hltESPKFFittingSmootherForL2Muon'),
0006     EstimateCut = cms.double(-1.0),
0007     Fitter = cms.string('hltESPKFTrajectoryFitterForL2Muon'),
0008     LogPixelProbabilityCut = cms.double(-16.0),
0009     MaxFractionOutliers = cms.double(0.3),
0010     MaxNumberOfOutliers = cms.int32(3),
0011     MinDof = cms.int32(2),
0012     MinNumberOfHits = cms.int32(5),
0013     NoInvalidHitsBeginEnd = cms.bool(False),
0014     NoOutliersBeginEnd = cms.bool(False),
0015     RejectTracks = cms.bool(True),
0016     Smoother = cms.string('hltESPKFTrajectorySmootherForL2Muon'),
0017     appendToDataLabel = cms.string('')
0018 )