1 import FWCore.ParameterSet.Config
as cms
40 hltCkfL1NonIsoTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
42 hltCkfL1NonIsoTrackCandidates.src = cms.InputTag(
"hltL1NonIsoStartUpElectronPixelSeeds")
44 hltCkfL1NonIsoTrackCandidates.SplitHits =
False
55 hltCtfL1NonIsoWithMaterialTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
56 hltCtfL1NonIsoWithMaterialTracks.src =
'hltCkfL1NonIsoTrackCandidates'
57 hltCtfL1NonIsoWithMaterialTracks.TTRHBuilder =
'WithoutRefit'
58 hltCtfL1NonIsoWithMaterialTracks.Fitter =
'KFFittingSmootherForElectrons'
59 hltCtfL1NonIsoWithMaterialTracks.Propagator =
'PropagatorWithMaterial'
69 HLTPixelMatchElectronL1NonIsoTrackingSequence = cms.Sequence(globalPixelTracking +
70 hltCkfL1NonIsoTrackCandidates+
71 hltCtfL1NonIsoWithMaterialTracks+
72 cms.SequencePlaceholder(
"hltPixelMatchElectronsL1NonIso"))
77 hltL1NonIsoStartUpElectronPixelSeedsSequence = cms.Sequence(globalPixelTracking +
79 cms.SequencePlaceholder(
"hltL1NonIsoStartUpElectronPixelSeeds"))