CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTFastRecoForL1FastJet_cff.py
Go to the documentation of this file.
2 
5 
6 #############################################
7 # Reconstruct tracks with pixel seeds
8 #############################################
9 
10 # Take all pixel tracks for b tagging track reco (pTMin>1GeV, nHits>=8)
11 hltFastTrackMergerForFastJet = cms.EDProducer("FastTrackMerger",
12  SaveTracksOnly = cms.untracked.bool(True),
13  TrackProducers = cms.VInputTag(cms.InputTag("globalPixelWithMaterialTracks"),
14  cms.InputTag("globalPixelTrackCandidates")),
15  ptMin = cms.untracked.double(1.0),
16  minHits = cms.untracked.uint32(8)
17 )
18 
19 hltDisplacedHT250L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
20 hltDisplacedHT300L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
21 
22 hltDisplacedHT250L1FastJetRegionalCkfTrackCandidates = cms.Sequence(globalPixelTracking)
23 hltDisplacedHT300L1FastJetRegionalCkfTrackCandidates = cms.Sequence(globalPixelTracking)
24 
25 hltDisplacedHT250L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone()
26 hltDisplacedHT300L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone()