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 hltCtfL1NonIsoLargeWindowWithMaterialTracks = cms.EDProducer(
"FastTrackMerger",
59 SaveTracksOnly = cms.untracked.bool(
True),
60 TrackProducers = cms.VInputTag(cms.InputTag(
"ctfL1NonIsoLargeWindowTracks"),
61 cms.InputTag(
"hltCtfL1NonIsoWithMaterialTracks"))
65 HLTPixelMatchLargeWindowElectronL1NonIsoTrackingSequence = cms.Sequence(hltCkfL1NonIsoLargeWindowTrackCandidates+
66 ctfL1NonIsoLargeWindowTracks+
67 hltCtfL1NonIsoLargeWindowWithMaterialTracks+
68 cms.SequencePlaceholder(
"hltPixelMatchLargeWindowElectronsL1NonIso"))
70 hltL1NonIsoLargeWindowElectronPixelSeedsSequence = cms.Sequence(globalPixelTracking+
71 cms.SequencePlaceholder(
"hltL1NonIsoLargeWindowElectronPixelSeeds"))