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 hltPixelTracksForMinBias01 = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone()
15 hltPixelTracksForMinBias01.FilterPSet.ptMin = 0.1
16 hltPixelTracksForHighMult = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone()
17 hltPixelTracksForHighMult.FilterPSet.ptMin = 0.4
19 #import HLTrigger.HLTfilters.hltBool_cfi
20 #hltFilterTriggerType = HLTrigger.HLTfilters.hltBool_cfi.hltBool.clone()
21 #--- Changes needed for HLT.cff with 1E32 menu ---#
22 # replace hltL1sHcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias"
23 # replace hltL1sEcalPhiSym.L1SeedsLogicalExpression = "L1_ZeroBias"
24 # Raw data don;t exist in fast simulation -> dummy sequence for now
25 #sequence HLTIsoTrRegFEDSelection = { dummyModule }
26 hltSiStripRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
27 hltEcalRegFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
28 hltSubdetFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
29 hcalFED = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
30