CMS 3D CMS Logo

Variables

HLTFastRecoForL1FastJet_cff Namespace Reference

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.

Variable Documentation

Definition at line 22 of file HLTFastRecoForL1FastJet_cff.py.

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.

Definition at line 23 of file HLTFastRecoForL1FastJet_cff.py.

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.

Initial value:
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.