Variables | |
tuple | ctfL1IsoLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone() |
tuple | hltCkfL1IsoLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone() |
tuple | hltCtfL1IsoLargeWindowWithMaterialTracks |
tuple | hltL1IsoLargeWindowElectronPixelSeedsSequence |
tuple | HLTPixelMatchLargeWindowElectronL1IsoTrackingSequence |
tuple pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff::ctfL1IsoLargeWindowTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone() |
Definition at line 52 of file pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff.py.
tuple pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff::hltCkfL1IsoLargeWindowTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone() |
Definition at line 42 of file pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff.py.
tuple pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff::hltCtfL1IsoLargeWindowWithMaterialTracks |
00001 cms.EDProducer("FastTrackMerger", 00002 SaveTracksOnly = cms.untracked.bool(True), 00003 TrackProducers = cms.VInputTag(cms.InputTag("ctfL1IsoLargeWindowTracks"), 00004 cms.InputTag("hltCtfL1IsoWithMaterialTracks")) 00005 )
Definition at line 60 of file pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff.py.
tuple pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff::hltL1IsoLargeWindowElectronPixelSeedsSequence |
00001 cms.Sequence(globalPixelTracking+ 00002 cms.SequencePlaceholder("hltL1IsoLargeWindowElectronPixelSeeds"))
Definition at line 74 of file pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff.py.
00001 cms.Sequence(hltCkfL1IsoLargeWindowTrackCandidates+ 00002 ctfL1IsoLargeWindowTracks+ 00003 hltCtfL1IsoLargeWindowWithMaterialTracks+ 00004 cms.SequencePlaceholder("hltPixelMatchLargeWindowElectronsL1Iso"))
Definition at line 68 of file pixelMatchElectronL1IsoLargeWindowSequenceForHLT_cff.py.