CMS 3D CMS Logo

standAloneMuons_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 *
7 #
8 #
9 #
11 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
12  ComponentName = 'Chi2STA',
13  MaxChi2 = 1000.
14 )
15 
17 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitter_cfi.KFTrajectoryFitter.clone(
18  ComponentName = 'KFFitterSTA',
19  Propagator = 'SteppingHelixPropagatorAny',
20  Estimator = 'Chi2STA'
21 )
22 
24 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmoother_cfi.KFTrajectorySmoother.clone(
25  ComponentName = 'KFSmootherSTA',
26  Propagator = 'SteppingHelixPropagatorOpposite',
27  Estimator = 'Chi2STA'
28 )
29 
31 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
32  ComponentName = 'KFFitterSmootherSTA',
33  Fitter = 'KFFitterSTA',
34  Smoother = 'KFSmootherSTA'
35 )
36 
37 # Stand Alone Muons Producer