CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
KFFittingSmootherESProducer_cfi Namespace Reference

Variables

tuple KFFittingSmoother
 

Variable Documentation

tuple KFFittingSmootherESProducer_cfi.KFFittingSmoother
Initial value:
1 = cms.ESProducer("KFFittingSmootherESProducer",
2 
3  EstimateCut = cms.double(-1.0),
4 
5  # ggiurgiu@fnal.gov : Any value lower than -15 turns off this cut.
6  # Recommended default value: -14.0. This will reject only the worst hits with negligible loss in track efficiency.
7  LogPixelProbabilityCut = cms.double(-16.0),
8 
9  Fitter = cms.string('KFFitter'),
10  MinNumberOfHits = cms.int32(5),
11  Smoother = cms.string('KFSmoother'),
12  ComponentName = cms.string('KFFittingSmoother'),
13  RejectTracks = cms.bool(True),
14  BreakTrajWith2ConsecutiveMissing = cms.bool(True),
15  NoInvalidHitsBeginEnd = cms.bool(True)
16 )

Definition at line 3 of file KFFittingSmootherESProducer_cfi.py.

Referenced by KalmanAlignmentAlgorithm.initializeAlignmentSetups(), and KFFittingSmootherESProducer.produce().