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 hltPixelTracksForMinBias.FilterPSet.ptMin = 0.4 00014 hltPixelTracksForHighMult = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone() 00015 hltPixelTracksForHighMult.FilterPSet.ptMin = 0.4 00016 from FastSimulation.Tracking.PixelTracksProducer_cfi import * 00017 #import HLTrigger.HLTfilters.hltBool_cfi 00018 #hltFilterTriggerType = HLTrigger.HLTfilters.hltBool_cfi.hltBool.clone() 00019 #--- Changes needed for HLT.cff with 1E32 menu ---# 00020 # replace hltL1sHcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias" 00021 # replace hltL1sEcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias" 00022 # Raw data don;t exist in fast simulation -> dummy sequence for now 00023 #sequence HLTIsoTrRegFEDSelection = { dummyModule } 00024 hltSiStripRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() 00025 hltEcalRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() 00026 hltSubdetFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() 00027 hcalFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone() 00028