CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/TrackerSeedGenerator/python/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