CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/FastSimulation/HighLevelTrigger/python/HLTFastRecoForL1FastJet_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import FastSimulation.HighLevelTrigger.DummyModule_cfi
00004 from FastSimulation.Tracking.GlobalPixelTracking_cff import *
00005 
00006 #############################################
00007 # Reconstruct tracks with pixel seeds
00008 #############################################
00009 
00010 # Take all pixel tracks for b tagging track reco (pTMin>1GeV, nHits>=8)
00011 hltFastTrackMergerForFastJet = cms.EDProducer("FastTrackMerger",
00012     SaveTracksOnly = cms.untracked.bool(True),
00013     TrackProducers = cms.VInputTag(cms.InputTag("globalPixelWithMaterialTracks"),
00014                                    cms.InputTag("globalPixelTrackCandidates")),
00015     ptMin = cms.untracked.double(1.0),
00016     minHits = cms.untracked.uint32(8)
00017 )
00018 
00019 hltDisplacedHT250L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00020 hltDisplacedHT300L1FastJetRegionalPixelSeedGenerator = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00021 
00022 hltDisplacedHT250L1FastJetRegionalCkfTrackCandidates = cms.Sequence(globalPixelTracking)
00023 hltDisplacedHT300L1FastJetRegionalCkfTrackCandidates  = cms.Sequence(globalPixelTracking)
00024 
00025 hltDisplacedHT250L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone()
00026 hltDisplacedHT300L1FastJetRegionalCtfWithMaterialTracks = hltFastTrackMergerForFastJet.clone()