File indexing completed on 2025-01-18 03:42:23
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from RecoTracker.TrackProducer.trackRefitter_cfi import trackRefitter
0004 TrackRefitter = trackRefitter.clone(
0005 src = "generalTracks",
0006 beamSpot = "offlineBeamSpot",
0007 Fitter = 'KFFittingSmootherWithOutliersRejectionAndRK',
0008 TTRHBuilder = 'WithAngleAndTemplate',
0009 AlgorithmName = 'undefAlgorithm',
0010 Propagator = 'RungeKuttaTrackerPropagator',
0011
0012
0013 constraint = '',
0014 srcConstr = '',
0015
0016
0017
0018
0019
0020
0021
0022
0023 useHitsSplitting = False,
0024 TrajectoryInEvent = True,
0025
0026
0027
0028
0029
0030 GeometricInnerState = False,
0031
0032
0033 NavigationSchool = 'SimpleNavigationSchool',
0034 MeasurementTracker = '',
0035 MeasurementTrackerEvent = 'MeasurementTrackerEvent',
0036
0037
0038
0039
0040 )
0041
0042