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 
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 hltFastPixelHitsVertexVHbb = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
38 hltFastPixelTracksVHbb = hltPixelTracks.clone()
39 hltFastPixelTracksRecoverVHbb = hltPixelTracks.clone()
40 
41 hltFastPrimaryVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
42 hltFastPVPixelTracks = hltPixelTracks.clone()
43 hltFastPVPixelTracksRecover = hltPixelTracks.clone()
44 
45 hltPixelLayerPairs = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
46 hltPixelLayerTriplets = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
47 hltPixelLayerTripletsReg = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
48 hltPixelLayerTripletsHITHB = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
49 hltPixelLayerTripletsHITHE = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
50 hltMixedLayerPairs = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()