CMS 3D CMS Logo

TSGFromPixelTriplets_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoPixelVertexing.PixelTriplets.PixelTripletHLTGenerator_cfi import *
00004 SeedGeneratorParameters = cms.PSet(
00005     ComponentName = cms.string('TSGFromOrderedHits'),
00006     OrderedHitsFactoryPSet = cms.PSet(
00007         ComponentName = cms.string('StandardHitTripletGenerator'),
00008         SeedingLayers = cms.string('PixelLayerTriplets'),
00009         GeneratorPSet = cms.PSet(
00010             pixelTripletHLTGenerator
00011         )
00012     ),
00013     TTRHBuilder = cms.string('WithTrackAngle')
00014 )
00015 
00016 

Generated on Tue Jun 9 17:44:34 2009 for CMSSW by  doxygen 1.5.4