Variables | |
tuple | ctfL1SeededLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone() |
tuple | hltCkfL1SeededLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone() |
tuple | hltCtfL1SeededLargeWindowWithMaterialTracks |
tuple | hltL1SeededLargeWindowElectronPixelSeedsSequence |
tuple | HLTPixelMatchLargeWindowElectronL1SeededTrackingSequence |
tuple pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff::ctfL1SeededLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone() |
Definition at line 51 of file pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff.py.
tuple pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff::hltCkfL1SeededLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone() |
Definition at line 40 of file pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff.py.
tuple pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff::hltCtfL1SeededLargeWindowWithMaterialTracks |
00001 cms.EDProducer("FastTrackMerger", 00002 SaveTracksOnly = cms.untracked.bool(True), 00003 TrackProducers = cms.VInputTag(cms.InputTag("ctfL1SeededLargeWindowTracks"), 00004 cms.InputTag("hltCtfL1SeededWithMaterialTracks")) 00005 )
Definition at line 58 of file pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff.py.
00001 cms.Sequence(globalPixelTracking+ 00002 cms.SequencePlaceholder("hltL1SeededLargeWindowElectronPixelSeeds"))
Definition at line 70 of file pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff.py.
00001 cms.Sequence(hltCkfL1SeededLargeWindowTrackCandidates+ 00002 ctfL1SeededLargeWindowTracks+ 00003 hltCtfL1SeededLargeWindowWithMaterialTracks+ 00004 cms.SequencePlaceholder("hltPixelMatchLargeWindowElectronsL1Seeded"))
Definition at line 65 of file pixelMatchElectronL1SeededLargeWindowSequenceForHLT_cff.py.