CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoMuon/StandAloneMuonProducer/python/standAloneMuons_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Magnetic Field
00004 # Geometries
00005 # from Geometry.CommonDetUnit.bareGlobalTrackingGeometry_cfi import *
00006 # from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
00007 #
00008 #
00009 #
00010 import TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi
00011 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone()
00012 
00013 EstimatorForSTA.ComponentName = 'Chi2STA'
00014 EstimatorForSTA.MaxChi2 = 1000.
00015 #
00016 #
00017 import TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi
00018 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone()
00019 
00020 KFTrajectoryFitterForSTA.ComponentName = 'KFFitterSTA'
00021 KFTrajectoryFitterForSTA.Propagator = 'SteppingHelixPropagatorAny'
00022 KFTrajectoryFitterForSTA.Estimator = 'Chi2STA'
00023 #
00024 #
00025 import TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi
00026 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone()
00027 
00028 KFTrajectorySmootherForSTA.ComponentName = 'KFSmootherSTA'
00029 KFTrajectorySmootherForSTA.Propagator = 'SteppingHelixPropagatorOpposite'
00030 KFTrajectorySmootherForSTA.Estimator = 'Chi2STA'
00031 #
00032 #
00033 import TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi
00034 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone()
00035 
00036 KFFittingSmootheForSTA.ComponentName = 'KFFitterSmootherSTA'
00037 KFFittingSmootheForSTA.Fitter = 'KFFitterSTA'
00038 KFFittingSmootheForSTA.Smoother = 'KFSmootherSTA'
00039 #
00040 #
00041 # Stand Alone Muons Producer
00042 from RecoMuon.StandAloneMuonProducer.standAloneMuons_cfi import *