7 hltPixelTracks = cms.EDProducer(
"PixelTracksProducer",
9 ComponentName = cms.string(
'PixelFitterByHelixProjections'),
10 TTRHBuilder = cms.string(
'WithoutRefit')
12 SeedProducer = cms.InputTag(
"pixelTripletSeeds",
"PixelTriplet"),
13 RegionFactoryPSet = cms.PSet(
15 ComponentName = cms.string(
'GlobalRegionProducer')
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)
27 hltFastPixelHitsVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
28 hltFastPixelTracks = hltPixelTracks.clone()
29 hltFastPixelTracksRecover = hltPixelTracks.clone()
31 hltFastPrimaryVertexbbPhi = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
32 hltPixelTracksFastPVbbPhi = hltPixelTracks.clone()
33 hltPixelTracksRecoverbbPhi = hltPixelTracks.clone()
35 hltFastPixelHitsVertexVHbb = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
36 hltFastPixelTracksVHbb = hltPixelTracks.clone()
37 hltFastPixelTracksRecoverVHbb = hltPixelTracks.clone()
39 hltFastPrimaryVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
40 hltFastPVPixelTracks = hltPixelTracks.clone()
41 hltFastPVPixelTracksRecover = hltPixelTracks.clone()