CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelLessTracking_cff.py
Go to the documentation of this file.
2 
3 # Pixel Less seeding
6 # TrackCandidates
7 pixelLessTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
9 # reco::Tracks
10 pixelLessWithMaterialTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
11 # The sequence
12 pixelLessTracking = cms.Sequence(pixelLessSeeds*pixelLessTrackCandidates*pixelLessWithMaterialTracks)
13 pixelLessTrackCandidates.SeedProducer = cms.InputTag("pixelLessSeeds","PixelLess")
14 pixelLessWithMaterialTracks.src = 'pixelLessTrackCandidates'
15 pixelLessWithMaterialTracks.TTRHBuilder = 'WithoutRefit'
16 pixelLessWithMaterialTracks.Fitter = 'KFFittingSmootherWithOutlierRejection'
17 pixelLessWithMaterialTracks.Propagator = 'PropagatorWithMaterial'
18