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.
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","PixelTriplet"),
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 hltFastPixelHitsVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
28 hltFastPixelTracks = hltPixelTracks.clone()
29 hltFastPixelTracksRecover = hltPixelTracks.clone()
30 
31 hltFastPrimaryVertexbbPhi = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
32 hltPixelTracksFastPVbbPhi = hltPixelTracks.clone()
33 hltPixelTracksRecoverbbPhi = hltPixelTracks.clone()
34 
35 hltFastPixelHitsVertexVHbb = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
36 hltFastPixelTracksVHbb = hltPixelTracks.clone()
37 hltFastPixelTracksRecoverVHbb = hltPixelTracks.clone()
38 
39 hltFastPrimaryVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
40 hltFastPVPixelTracks = hltPixelTracks.clone()
41 hltFastPVPixelTracksRecover = hltPixelTracks.clone()
42