42 hltCkfL1IsoLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
43 hltCkfL1IsoLargeWindowTrackCandidates.src = cms.InputTag(
"hltL1IsoLargeWindowElectronPixelSeeds")
44 hltCkfL1IsoLargeWindowTrackCandidates.TrackProducers = cms.VInputTag(cms.InputTag(
"hltCtfL1IsoWithMaterialTracks"))
45 hltCkfL1IsoLargeWindowTrackCandidates.SplitHits =
False
50 ctfL1IsoLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
51 ctfL1IsoLargeWindowTracks.src =
'hltCkfL1IsoLargeWindowTrackCandidates'
52 ctfL1IsoLargeWindowTracks.TTRHBuilder =
'WithoutRefit'
53 ctfL1IsoLargeWindowTracks.Fitter =
'KFFittingSmootherForElectrons'
54 ctfL1IsoLargeWindowTracks.Propagator =
'PropagatorWithMaterial'
59 HLTPixelMatchLargeWindowElectronL1IsoTrackingSequence = cms.Sequence(hltCkfL1IsoLargeWindowTrackCandidates+
60 ctfL1IsoLargeWindowTracks+
61 cms.SequencePlaceholder(
"hltPixelMatchLargeWindowElectronsL1Iso"))
64 hltL1IsoLargeWindowElectronPixelSeedsSequence = cms.Sequence(globalPixelTracking+
65 cms.SequencePlaceholder(
"hltL1IsoLargeWindowElectronPixelSeeds"))