CMS 3D CMS Logo

hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltESPKFFittingSmootherWithOutliersRejectionAndRK = cms.ESProducer("KFFittingSmootherESProducer",
4  BreakTrajWith2ConsecutiveMissing = cms.bool(True),
5  ComponentName = cms.string('hltESPKFFittingSmootherWithOutliersRejectionAndRK'),
6  EstimateCut = cms.double(20.0),
7  Fitter = cms.string('hltESPRKTrajectoryFitter'),
8  LogPixelProbabilityCut = cms.double(-14.0),
9  MaxFractionOutliers = cms.double(0.3),
10  MaxNumberOfOutliers = cms.int32(3),
11  MinDof = cms.int32(2),
12  MinNumberOfHits = cms.int32(3),
13  NoInvalidHitsBeginEnd = cms.bool(True),
14  NoOutliersBeginEnd = cms.bool(False),
15  RejectTracks = cms.bool(True),
16  Smoother = cms.string('hltESPRKTrajectorySmoother'),
17  appendToDataLabel = cms.string('')
18 )