7 globalMixedTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
10 globalMixedWithMaterialTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
13 ctfTracking = cms.Sequence(globalMixedSeeds*globalMixedTrackCandidates*globalMixedWithMaterialTracks*ctfWithMaterialTracks)
14 globalMixedTrackCandidates.SeedProducer = cms.InputTag(
"globalMixedSeeds",
"GlobalMixed")
15 globalMixedTrackCandidates.TrackProducers = [
'globalPixelWithMaterialTracks']
16 globalMixedWithMaterialTracks.src =
'globalMixedTrackCandidates'
17 globalMixedWithMaterialTracks.TTRHBuilder =
'WithoutRefit'
18 globalMixedWithMaterialTracks.Fitter =
'KFFittingSmootherWithOutlierRejection'
19 globalMixedWithMaterialTracks.Propagator =
'PropagatorWithMaterial'