CMS 3D CMS Logo

GlobalPixelSeeds_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoTracker.TkTrackingRegions.GlobalTrackingRegion_cfi import *
00004 globalPixelSeeds = cms.EDProducer("SeedGeneratorFromRegionHitsEDProducer",
00005     #include "RecoTracker/PixelStubs/data/SeedComparitorWithPixelStubs.cfi"
00006     OrderedHitsFactoryPSet = cms.PSet(
00007         ComponentName = cms.string('StandardHitPairGenerator'),
00008         SeedingLayers = cms.string('PixelLayerPairs')
00009     ),
00010     SeedComparitorPSet = cms.PSet(
00011         ComponentName = cms.string('none')
00012     ),
00013     RegionFactoryPSet = cms.PSet(
00014         RegionPSetBlock,
00015         ComponentName = cms.string('GlobalRegionProducer')
00016     ),
00017     SeedMomentumForBOFF = cms.double(5.0), 
00018     TTRHBuilder = cms.string('WithTrackAngle')
00019 )
00020 
00021 

Generated on Tue Jun 9 17:45:57 2009 for CMSSW by  doxygen 1.5.4