CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/HighLevelTrigger/python/HLTFastRecoForSpecial_cff.py

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