CMS 3D CMS Logo

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

Variables

tuple EstimatorForSTA
 
tuple KFFittingSmootheForSTA
 
tuple KFTrajectoryFitterForSTA
 
tuple KFTrajectorySmootherForSTA
 

Variable Documentation

tuple standAloneMuons_cff.EstimatorForSTA
Initial value:
1 = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
2  ComponentName = 'Chi2STA',
3  MaxChi2 = 1000.
4 )

Definition at line 11 of file standAloneMuons_cff.py.

tuple standAloneMuons_cff.KFFittingSmootheForSTA
Initial value:
1 = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
2  ComponentName = 'KFFitterSmootherSTA',
3  Fitter = 'KFFitterSTA',
4  Smoother = 'KFSmootherSTA'
5 )

Definition at line 31 of file standAloneMuons_cff.py.

tuple standAloneMuons_cff.KFTrajectoryFitterForSTA
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
2  ComponentName = 'KFFitterSTA',
3  Propagator = 'SteppingHelixPropagatorAny',
4  Estimator = 'Chi2STA'
5 )

Definition at line 17 of file standAloneMuons_cff.py.

tuple standAloneMuons_cff.KFTrajectorySmootherForSTA
Initial value:
1 = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
2  ComponentName = 'KFSmootherSTA',
3  Propagator = 'SteppingHelixPropagatorOpposite',
4  Estimator = 'Chi2STA'
5 )

Definition at line 24 of file standAloneMuons_cff.py.