Variables | |
tuple | KFFittingSmoother |
00001 cms.ESProducer("KFFittingSmootherESProducer", 00002 00003 EstimateCut = cms.double(-1.0), 00004 00005 # ggiurgiu@fnal.gov : Any value lower than -15 turns off this cut. 00006 # Recommended default value: -14.0. This will reject only the worst hits with negligible loss in track efficiency. 00007 LogPixelProbabilityCut = cms.double(-16.0), 00008 00009 Fitter = cms.string('KFFitter'), 00010 MinNumberOfHits = cms.int32(5), 00011 Smoother = cms.string('KFSmoother'), 00012 ComponentName = cms.string('KFFittingSmoother'), 00013 RejectTracks = cms.bool(True), 00014 BreakTrajWith2ConsecutiveMissing = cms.bool(True), 00015 NoInvalidHitsBeginEnd = cms.bool(True) 00016 )
Definition at line 3 of file KFFittingSmootherESProducer_cfi.py.
Referenced by GCC11_FINAL< T >::clone(), KalmanAlignmentAlgorithm::initializeAlignmentSetups(), and KFFittingSmootherESProducer::produce().