CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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. More...
 

Variable Documentation

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.

tuple HLTFastRecoForL1FastJet_cff.hltFastTrackMergerForFastJet
Initial value:
1 = cms.EDProducer("FastTrackMerger",
2  SaveTracksOnly = cms.untracked.bool(True),
3  TrackProducers = cms.VInputTag(cms.InputTag("globalPixelWithMaterialTracks"),
4  cms.InputTag("globalPixelTrackCandidates")),
5  ptMin = cms.untracked.double(1.0),
6  minHits = cms.untracked.uint32(8)
7 )

Reconstruct tracks with pixel seeds.

Definition at line 11 of file HLTFastRecoForL1FastJet_cff.py.