40 hltCkfL1NonIsoTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
42 hltCkfL1NonIsoTrackCandidates.SeedProducer = cms.InputTag(
"hltL1NonIsoStartUpElectronPixelSeeds")
44 hltCkfL1NonIsoTrackCandidates.MaxNumberOfCrossedLayers = 999
45 hltCkfL1NonIsoTrackCandidates.SeedCleaning =
True
46 hltCkfL1NonIsoTrackCandidates.SplitHits =
False
59 hltCtfL1NonIsoWithMaterialTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
60 hltCtfL1NonIsoWithMaterialTracks.src =
'hltCkfL1NonIsoTrackCandidates'
61 hltCtfL1NonIsoWithMaterialTracks.TTRHBuilder =
'WithoutRefit'
62 hltCtfL1NonIsoWithMaterialTracks.Fitter =
'KFFittingSmootherForElectrons'
63 hltCtfL1NonIsoWithMaterialTracks.Propagator =
'PropagatorWithMaterial'
73 HLTPixelMatchElectronL1NonIsoTrackingSequence = cms.Sequence(globalPixelTracking +
74 hltCkfL1NonIsoTrackCandidates+
75 hltCtfL1NonIsoWithMaterialTracks+
76 cms.SequencePlaceholder(
"hltPixelMatchElectronsL1NonIso"))
81 hltL1NonIsoStartUpElectronPixelSeedsSequence = cms.Sequence(globalPixelTracking +
83 cms.SequencePlaceholder(
"hltL1NonIsoStartUpElectronPixelSeeds"))