CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/FastSimulation/Tracking/python/HLTPixelTracksProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import FastSimulation.HighLevelTrigger.DummyModule_cfi
00004 
00005 from RecoTracker.TkTrackingRegions.GlobalTrackingRegion_cfi import *
00006 
00007 hltPixelTracks = cms.EDProducer("PixelTracksProducer",
00008     FitterPSet = cms.PSet(
00009         ComponentName = cms.string('PixelFitterByHelixProjections'),
00010         TTRHBuilder = cms.string('WithoutRefit')
00011     ),
00012     SeedProducer = cms.InputTag("pixelTripletSeeds","PixelTriplet"),
00013     RegionFactoryPSet = cms.PSet(
00014         RegionPSetBlock,
00015         ComponentName = cms.string('GlobalRegionProducer')
00016     ),
00017     FilterPSet = cms.PSet(
00018         nSigmaInvPtTolerance = cms.double(0.0),
00019         nSigmaTipMaxTolerance = cms.double(0.0),
00020         ComponentName = cms.string('PixelTrackFilterByKinematics'),
00021         chi2 = cms.double(1000.0),
00022         ptMin = cms.double(0.1),
00023         tipMax = cms.double(1.0)
00024     )
00025 )
00026 
00027 hltFastPixelHitsVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00028 hltFastPixelTracks = hltPixelTracks.clone()
00029 hltFastPixelTracksRecover = hltPixelTracks.clone()
00030 
00031 hltFastPrimaryVertexbbPhi = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00032 hltPixelTracksFastPVbbPhi = hltPixelTracks.clone()
00033 hltPixelTracksRecoverbbPhi = hltPixelTracks.clone()
00034 
00035 hltFastPixelHitsVertexVHbb = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00036 hltFastPixelTracksVHbb = hltPixelTracks.clone()
00037 hltFastPixelTracksRecoverVHbb = hltPixelTracks.clone()
00038 
00039 hltFastPrimaryVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
00040 hltFastPVPixelTracks = hltPixelTracks.clone()
00041 hltFastPVPixelTracksRecover = hltPixelTracks.clone()