CMS 3D CMS Logo

CTFPixelLess_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
6 
7 # stripCPE
10 #TransientTrackingBuilder
12 
13 # TrackProducer
15 ctfPixelLess = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
16  src = "ckfTrackCandidatesPixelLess",
17  Fitter = 'RKFittingSmoother'
18 )