35 hltCkfL1IsoTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
37 hltCkfL1IsoTrackCandidates.SeedProducer = cms.InputTag(
"hltL1IsoStartUpElectronPixelSeeds")
38 hltCkfL1IsoTrackCandidates.MaxNumberOfCrossedLayers = 999
39 hltCkfL1IsoTrackCandidates.SeedCleaning =
True
40 hltCkfL1IsoTrackCandidates.SplitHits =
False
53 hltCtfL1IsoWithMaterialTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
54 hltCtfL1IsoWithMaterialTracks.src =
'hltCkfL1IsoTrackCandidates'
55 hltCtfL1IsoWithMaterialTracks.TTRHBuilder =
'WithoutRefit'
56 hltCtfL1IsoWithMaterialTracks.Fitter =
'KFFittingSmootherForElectrons'
57 hltCtfL1IsoWithMaterialTracks.Propagator =
'PropagatorWithMaterial'
68 hltL1IsoStartUpElectronPixelSeedsSequence = cms.Sequence(globalPixelTracking+
70 cms.SequencePlaceholder(
"hltL1IsoStartUpElectronPixelSeeds"))
72 HLTPixelMatchElectronL1IsoTrackingSequence = cms.Sequence(hltCkfL1IsoTrackCandidates+
73 hltCtfL1IsoWithMaterialTracks+
74 cms.SequencePlaceholder(
"hltPixelMatchElectronsL1Iso"))