40 hltCkfL1NonIsoLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
41 hltCkfL1NonIsoLargeWindowTrackCandidates.SeedProducer = cms.InputTag(
"hltL1NonIsoLargeWindowElectronPixelSeeds")
42 hltCkfL1NonIsoLargeWindowTrackCandidates.TrackProducers = cms.VInputTag(cms.InputTag(
"hltCtfL1NonIsoWithMaterialTracks"))
43 hltCkfL1NonIsoLargeWindowTrackCandidates.MaxNumberOfCrossedLayers = 999
44 hltCkfL1NonIsoLargeWindowTrackCandidates.SeedCleaning =
True
45 hltCkfL1NonIsoLargeWindowTrackCandidates.SplitHits =
False
51 ctfL1NonIsoLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
52 ctfL1NonIsoLargeWindowTracks.src =
'hltCkfL1NonIsoLargeWindowTrackCandidates'
53 ctfL1NonIsoLargeWindowTracks.TTRHBuilder =
'WithoutRefit'
54 ctfL1NonIsoLargeWindowTracks.Fitter =
'KFFittingSmootherForElectrons'
55 ctfL1NonIsoLargeWindowTracks.Propagator =
'PropagatorWithMaterial'
58 HLTPixelMatchLargeWindowElectronL1NonIsoTrackingSequence = cms.Sequence(hltCkfL1NonIsoLargeWindowTrackCandidates+
59 ctfL1NonIsoLargeWindowTracks+
60 cms.SequencePlaceholder(
"hltPixelMatchLargeWindowElectronsL1NonIso"))
62 hltL1NonIsoLargeWindowElectronPixelSeedsSequence = cms.Sequence(globalPixelTracking+
63 cms.SequencePlaceholder(
"hltL1NonIsoLargeWindowElectronPixelSeeds"))