Variables | |
tuple | ctfL1NonIsoLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone() |
tuple | hltCkfL1NonIsoLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone() |
tuple | hltCtfL1NonIsoLargeWindowWithMaterialTracks |
tuple | hltL1NonIsoLargeWindowElectronPixelSeedsSequence |
tuple | HLTPixelMatchLargeWindowElectronL1NonIsoTrackingSequence |
tuple pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff::ctfL1NonIsoLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone() |
Definition at line 51 of file pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff.py.
tuple pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff::hltCkfL1NonIsoLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone() |
Definition at line 40 of file pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff.py.
tuple pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff::hltCtfL1NonIsoLargeWindowWithMaterialTracks |
00001 cms.EDProducer("FastTrackMerger", 00002 SaveTracksOnly = cms.untracked.bool(True), 00003 TrackProducers = cms.VInputTag(cms.InputTag("ctfL1NonIsoLargeWindowTracks"), 00004 cms.InputTag("hltCtfL1NonIsoWithMaterialTracks")) 00005 )
Definition at line 58 of file pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff.py.
00001 cms.Sequence(globalPixelTracking+ 00002 cms.SequencePlaceholder("hltL1NonIsoLargeWindowElectronPixelSeeds"))
Definition at line 70 of file pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff.py.
00001 cms.Sequence(hltCkfL1NonIsoLargeWindowTrackCandidates+ 00002 ctfL1NonIsoLargeWindowTracks+ 00003 hltCtfL1NonIsoLargeWindowWithMaterialTracks+ 00004 cms.SequencePlaceholder("hltPixelMatchLargeWindowElectronsL1NonIso"))
Definition at line 65 of file pixelMatchElectronL1NonIsoLargeWindowSequenceForHLT_cff.py.