42 hltCkfL1IsoLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
43 hltCkfL1IsoLargeWindowTrackCandidates.SeedProducer = cms.InputTag(
"hltL1IsoLargeWindowElectronPixelSeeds")
44 hltCkfL1IsoLargeWindowTrackCandidates.TrackProducers = cms.VInputTag(cms.InputTag(
"hltCtfL1IsoWithMaterialTracks"))
45 hltCkfL1IsoLargeWindowTrackCandidates.MaxNumberOfCrossedLayers = 999
46 hltCkfL1IsoLargeWindowTrackCandidates.SeedCleaning =
True
47 hltCkfL1IsoLargeWindowTrackCandidates.SplitHits =
False
52 ctfL1IsoLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
53 ctfL1IsoLargeWindowTracks.src =
'hltCkfL1IsoLargeWindowTrackCandidates'
54 ctfL1IsoLargeWindowTracks.TTRHBuilder =
'WithoutRefit'
55 ctfL1IsoLargeWindowTracks.Fitter =
'KFFittingSmootherForElectrons'
56 ctfL1IsoLargeWindowTracks.Propagator =
'PropagatorWithMaterial'
60 hltCtfL1IsoLargeWindowWithMaterialTracks = cms.EDProducer(
"FastTrackMerger",
61 SaveTracksOnly = cms.untracked.bool(
True),
62 TrackProducers = cms.VInputTag(cms.InputTag(
"ctfL1IsoLargeWindowTracks"),
63 cms.InputTag(
"hltCtfL1IsoWithMaterialTracks"))
68 HLTPixelMatchLargeWindowElectronL1IsoTrackingSequence = cms.Sequence(hltCkfL1IsoLargeWindowTrackCandidates+
69 ctfL1IsoLargeWindowTracks+
70 hltCtfL1IsoLargeWindowWithMaterialTracks+
71 cms.SequencePlaceholder(
"hltPixelMatchLargeWindowElectronsL1Iso"))
74 hltL1IsoLargeWindowElectronPixelSeedsSequence = cms.Sequence(globalPixelTracking+
75 cms.SequencePlaceholder(
"hltL1IsoLargeWindowElectronPixelSeeds"))