CMS 3D CMS Logo

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

Variables

tuple LooperFittingSmoother
 
tuple LooperTrajectoryFitter
 
tuple LooperTrajectorySmoother
 

Variable Documentation

tuple LooperFitters_cff.LooperFittingSmoother
Initial value:
1 = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
2  ComponentName = 'LooperFittingSmoother',
3  Fitter = 'LooperFitter',
4  Smoother = 'LooperSmoother',
5  EstimateCut = 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 = -14.0,
9  MinNumberOfHits = 3
10 )

Definition at line 17 of file LooperFitters_cff.py.

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

Definition at line 4 of file LooperFitters_cff.py.

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

Definition at line 10 of file LooperFitters_cff.py.