Variables | |
tuple | hltDisplacedHT250L1FastJetRegionalCkfTrackCandidates = cms.Sequence(globalPixelTracking) |
tuple | hltDisplacedHT250L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone() |
tuple | hltDisplacedHT250L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() |
tuple | hltDisplacedHT300L1FastJetRegionalCkfTrackCandidates = cms.Sequence(globalPixelTracking) |
tuple | hltDisplacedHT300L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone() |
tuple | hltDisplacedHT300L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() |
tuple | hltFastTrackMergerForFastJet |
Reconstruct tracks with pixel seeds. |
tuple HLTFastRecoForL1FastJet_cff::hltDisplacedHT250L1FastJetRegionalCkfTrackCandidates = cms.Sequence(globalPixelTracking) |
Definition at line 22 of file HLTFastRecoForL1FastJet_cff.py.
tuple HLTFastRecoForL1FastJet_cff::hltDisplacedHT250L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone() |
Definition at line 25 of file HLTFastRecoForL1FastJet_cff.py.
tuple HLTFastRecoForL1FastJet_cff::hltDisplacedHT250L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() |
Definition at line 19 of file HLTFastRecoForL1FastJet_cff.py.
tuple HLTFastRecoForL1FastJet_cff::hltDisplacedHT300L1FastJetRegionalCkfTrackCandidates = cms.Sequence(globalPixelTracking) |
Definition at line 23 of file HLTFastRecoForL1FastJet_cff.py.
tuple HLTFastRecoForL1FastJet_cff::hltDisplacedHT300L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone() |
Definition at line 26 of file HLTFastRecoForL1FastJet_cff.py.
tuple HLTFastRecoForL1FastJet_cff::hltDisplacedHT300L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() |
Definition at line 20 of file HLTFastRecoForL1FastJet_cff.py.
00001 cms.EDProducer("FastTrackMerger", 00002 SaveTracksOnly = cms.untracked.bool(True), 00003 TrackProducers = cms.VInputTag(cms.InputTag("globalPixelWithMaterialTracks"), 00004 cms.InputTag("globalPixelTrackCandidates")), 00005 ptMin = cms.untracked.double(1.0), 00006 minHits = cms.untracked.uint32(8) 00007 )
Reconstruct tracks with pixel seeds.
Definition at line 11 of file HLTFastRecoForL1FastJet_cff.py.