CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTFastRecoForSpecial_cff.py
Go to the documentation of this file.
2 
4 
5 import FastSimulation.Tracking.TrajectorySeedProducer_cfi
6 # Pixel track find for minbias
7 # very low pt threshold. Even if only high-pt tracks
8 # are selected, the low-Pt might be wanted to check
9 # isolation of the high-Pt track.
10 pixelTripletSeedsForMinBias = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
12 hltPixelTracksForMinBias = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone()
13 hltPixelTracksForMinBias.FilterPSet.ptMin = 0.4
14 hltPixelTracksForHighMult = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone()
15 hltPixelTracksForHighMult.FilterPSet.ptMin = 0.4
17 #import HLTrigger.HLTfilters.hltBool_cfi
18 #hltFilterTriggerType = HLTrigger.HLTfilters.hltBool_cfi.hltBool.clone()
19 #--- Changes needed for HLT.cff with 1E32 menu ---#
20 # replace hltL1sHcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias"
21 # replace hltL1sEcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias"
22 # Raw data don;t exist in fast simulation -> dummy sequence for now
23 #sequence HLTIsoTrRegFEDSelection = { dummyModule }
24 hltSiStripRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
25 hltEcalRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
26 hltSubdetFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
27 hcalFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
28