CMS 3D CMS Logo

CTFFinalFitAnalytical_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # magnetic field
4 # cms geometry
5 
6 # tracker geometry
7 # tracker numbering
8 # KFUpdatoerESProducer
10 # Chi2MeasurementEstimatorESProducer
12 # KFTrajectoryFitterESProducer
14 # KFTrajectorySmootherESProducer
16 # KFFittingSmootherESProducer
18 # AnalyticalPropagatorESProducer
20 # AnalyticalPropagatorESProducer
22 # PropagatorWithMaterialESProducer
24 # PropagatorWithMaterialESProducer
26 # stripCPE
29 #TransientTrackingBuilder
31 # TrackProducer
32 
34 
35 ctfAnalyticalTracks = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
36  src = 'ckfTrackCandidates',
37  Fitter = 'KFFittingSmoother',
38  TTRHBuilder = 'WithTrackAngle',
39  Propagator = 'AnalyticalPropagator'
40  )
41