CMS 3D CMS Logo

L2Muons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Magnetic Field
4 # Geometries
5 # from Geometry.CommonTopologies.bareGlobalTrackingGeometry_cfi import *
6 # from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
8 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
9  ComponentName = 'Chi2STA',
10  MaxChi2 = 1000.
11 )
13 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
14  ComponentName = 'KFFitterSTA',
15  Propagator = 'SteppingHelixPropagatorAny',
16  Estimator = 'Chi2STA'
17 )
19 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
20  ComponentName = 'KFSmootherSTA',
21  Propagator = 'SteppingHelixPropagatorOpposite',
22  Estimator = 'Chi2STA'
23 )
25 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
26  ComponentName = 'KFFitterSmootherSTA',
27  Fitter = 'KFFitterSTA',
28  Smoother = 'KFSmootherSTA'
29 )
30 # Stand Alone Muons Producer