CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
standAloneMuons_cff.py
Go to the documentation of this file.
2 
3 # Magnetic Field
4 # Geometries
5 # from Geometry.CommonDetUnit.bareGlobalTrackingGeometry_cfi import *
6 # from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
7 #
8 #
9 #
11 EstimatorForSTA = TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone()
12 
13 EstimatorForSTA.ComponentName = 'Chi2STA'
14 EstimatorForSTA.MaxChi2 = 1000.
15 #
16 #
18 KFTrajectoryFitterForSTA = TrackingTools.TrackFitters.KFTrajectoryFitterESProducer_cfi.KFTrajectoryFitter.clone()
19 
20 KFTrajectoryFitterForSTA.ComponentName = 'KFFitterSTA'
21 KFTrajectoryFitterForSTA.Propagator = 'SteppingHelixPropagatorAny'
22 KFTrajectoryFitterForSTA.Estimator = 'Chi2STA'
23 #
24 #
26 KFTrajectorySmootherForSTA = TrackingTools.TrackFitters.KFTrajectorySmootherESProducer_cfi.KFTrajectorySmoother.clone()
27 
28 KFTrajectorySmootherForSTA.ComponentName = 'KFSmootherSTA'
29 KFTrajectorySmootherForSTA.Propagator = 'SteppingHelixPropagatorOpposite'
30 KFTrajectorySmootherForSTA.Estimator = 'Chi2STA'
31 #
32 #
34 KFFittingSmootheForSTA = TrackingTools.TrackFitters.KFFittingSmootherESProducer_cfi.KFFittingSmoother.clone()
35 
36 KFFittingSmootheForSTA.ComponentName = 'KFFitterSmootherSTA'
37 KFFittingSmootheForSTA.Fitter = 'KFFitterSTA'
38 KFFittingSmootheForSTA.Smoother = 'KFSmootherSTA'
39 #
40 #
41 # Stand Alone Muons Producer