CMS 3D CMS Logo

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

Variables

tuple LooperFittingSmoother
 
tuple LooperTrajectoryFitter
 
tuple LooperTrajectorySmoother
 

Variable Documentation

tuple LooperFitters_cff.LooperFittingSmoother
Initial value:
1 = TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone(
2  ComponentName = cms.string('LooperFittingSmoother'),
3  Fitter = cms.string('LooperFitter'),
4  Smoother = cms.string('LooperSmoother'),
5  EstimateCut = cms.double(20.0),
6  # ggiurgiu@fnal.gov : Any value lower than -15 turns off this cut.
7  # Recommended default value: -14.0. This will reject only the worst hits with negligible loss in track efficiency.
8  LogPixelProbabilityCut = cms.double(-14.0),
9  MinNumberOfHits = cms.int32(3)
10 )

Definition at line 17 of file LooperFitters_cff.py.

tuple LooperFitters_cff.LooperTrajectoryFitter
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone(
2  ComponentName = cms.string('LooperFitter'),
3  Propagator = cms.string('PropagatorWithMaterialForLoopers')
4 )

Definition at line 4 of file LooperFitters_cff.py.

tuple LooperFitters_cff.LooperTrajectorySmoother
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone(
2  ComponentName = cms.string('LooperSmoother'),
3  Propagator = cms.string('PropagatorWithMaterialForLoopers'),
4  errorRescaling = cms.double(10.0),
5 )

Definition at line 10 of file LooperFitters_cff.py.