CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTPixelTracksProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
6 
7 hltPixelTracks = cms.EDProducer("PixelTracksProducer",
8  FitterPSet = cms.PSet(
9  ComponentName = cms.string('PixelFitterByHelixProjections'),
10  TTRHBuilder = cms.string('WithoutRefit')
11  ),
12  SeedProducer = cms.InputTag("pixelTripletSeeds"),
13  RegionFactoryPSet = cms.PSet(
14  RegionPSetBlock,
15  ComponentName = cms.string('GlobalRegionProducer')
16  ),
17  FilterPSet = cms.PSet(
18  nSigmaInvPtTolerance = cms.double(0.0),
19  nSigmaTipMaxTolerance = cms.double(0.0),
20  ComponentName = cms.string('PixelTrackFilterByKinematics'),
21  chi2 = cms.double(1000.0),
22  ptMin = cms.double(0.1),
23  tipMax = cms.double(1.0)
24  )
25 )
26 
27 
28 
29 hltFastPixelHitsVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
30 hltFastPixelTracks = hltPixelTracks.clone()
31 hltFastPixelTracksRecover = hltPixelTracks.clone()
32 
33 hltFastPrimaryVertexbbPhi = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
34 hltPixelTracksFastPVbbPhi = hltPixelTracks.clone()
35 hltPixelTracksRecoverbbPhi = hltPixelTracks.clone()
36 
37 hltPixelTracksReg = hltPixelTracks.clone()
38 hltPixelTracksHybrid = hltPixelTracks.clone()
39 hltPixelTracksL3Muon = hltPixelTracks.clone()
40 hltPixelTracksGlbTrkMuon = hltPixelTracks.clone()
41 hltPixelTracksHighPtTkMuIso = hltPixelTracks.clone()
42 hltPixelTracksForPhotons = hltPixelTracks.clone()
43 hltPixelTracksForEgamma = hltPixelTracks.clone()
44 hltPixelTracksElectrons = hltPixelTracks.clone()
45 hltPixelTracksForHighPt = hltPixelTracks.clone()
46 hltHighPtPixelTracks = hltPixelTracks.clone()
47 
48 hltPixelTracksForNoPU = hltPixelTracks.clone()
49 hltDummyLocalPixel = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
50 HLTDoLocalPixelSequenceRegForNoPU = cms.Sequence(hltDummyLocalPixel)
51 
52 hltFastPixelHitsVertexVHbb = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
53 hltFastPixelTracksVHbb = hltPixelTracks.clone()
54 hltFastPixelTracksRecoverVHbb = hltPixelTracks.clone()
55 
56 hltFastPrimaryVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
57 hltFastPVPixelVertexFilter = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
58 hltFastPVPixelTracks = hltPixelTracks.clone()
59 hltFastPVPixelTracksRecover = hltPixelTracks.clone()
60 
61 hltPixelLayerPairs = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
62 hltPixelLayerTriplets = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
63 hltPixelLayerTripletsReg = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
64 hltPixelLayerTripletsHITHB = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
65 hltPixelLayerTripletsHITHE = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
66 hltMixedLayerPairs = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()