CMS 3D CMS Logo

HLTFastRecoForSpecial_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import FastSimulation.Tracking.TrajectorySeedProducer_cfi
00004 # Pixel track find for minbias
00005 #   very low pt threshold. Even if only high-pt tracks
00006 #   are selected, the low-Pt might be wanted to check 
00007 #   isolation of the high-Pt track.
00008 pixelTripletSeedsForMinBias = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
00009 import FastSimulation.Tracking.HLTPixelTracksProducer_cfi
00010 hltPixelTracksForMinBias = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone()
00011 from FastSimulation.Tracking.PixelTracksProducer_cfi import *
00012 import HLTrigger.HLTfilters.hltBool_cfi
00013 hltFilterTriggerType = HLTrigger.HLTfilters.hltBool_cfi.hltBool.clone()
00014 #--- Changes needed for HLT.cff with 1E32 menu ---#
00015 # replace hltL1sHcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias"
00016 # replace hltL1sEcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias"
00017 # Raw data don;t exist in fast simulation -> dummy sequence for now
00018 from FastSimulation.HighLevelTrigger.DummyModule_cfi import *
00019 import FastSimulation.HighLevelTrigger.DummyModule_cfi
00020 #sequence HLTIsoTrRegFEDSelection = { dummyModule }
00021 hltSiStripRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00022 import FastSimulation.HighLevelTrigger.DummyModule_cfi
00023 hltEcalRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00024 import FastSimulation.HighLevelTrigger.DummyModule_cfi
00025 hltSubdetFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00026 import FastSimulation.HighLevelTrigger.DummyModule_cfi
00027 hcalFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00028 HLTPixelTrackingForMinBiasSequence = cms.Sequence(pixelTripletSeedsForMinBias*hltPixelTracksForMinBias)
00029 pixelTripletSeedsForMinBias.numberOfHits = [3]
00030 pixelTripletSeedsForMinBias.firstHitSubDetectorNumber = [2]
00031 pixelTripletSeedsForMinBias.firstHitSubDetectors = [1, 2]
00032 pixelTripletSeedsForMinBias.secondHitSubDetectorNumber = [2]
00033 pixelTripletSeedsForMinBias.secondHitSubDetectors = [1, 2]
00034 pixelTripletSeedsForMinBias.thirdHitSubDetectorNumber = [2]
00035 pixelTripletSeedsForMinBias.thirdHitSubDetectors = [1, 2]
00036 pixelTripletSeedsForMinBias.seedingAlgo = ['PixelTriplet']
00037 pixelTripletSeedsForMinBias.originpTMin = [0.2]
00038 pixelTripletSeedsForMinBias.pTMin = [0.2]
00039 hltPixelTracksForMinBias.SeedProducer = cms.InputTag("pixelTripletSeedsForMinBias","PixelTriplet")
00040 
00041 

Generated on Tue Jun 9 17:35:08 2009 for CMSSW by  doxygen 1.5.4