CMS 3D CMS Logo

TSGSmart_cff.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     EtaBound = cms.double(2.0),
00006     ComponentName = cms.string('TSGSmart'),
00007     PixelPairGeneratorSet = cms.PSet(
00008         ComponentName = cms.string('TSGFromOrderedHits'),
00009         OrderedHitsFactoryPSet = cms.PSet(
00010             ComponentName = cms.string('StandardHitPairGenerator'),
00011             SeedingLayers = cms.string('PixelLayerPairs')
00012         ),
00013         TTRHBuilder = cms.string('WithTrackAngle')
00014     ),
00015     PixelTripletGeneratorSet = cms.PSet(
00016         ComponentName = cms.string('TSGFromOrderedHits'),
00017         OrderedHitsFactoryPSet = cms.PSet(
00018             ComponentName = cms.string('StandardHitTripletGenerator'),
00019             SeedingLayers = cms.string('PixelLayerTriplets'),
00020             GeneratorPSet = cms.PSet(
00021                 pixelTripletHLTGenerator
00022             )
00023         ),
00024         TTRHBuilder = cms.string('WithTrackAngle')
00025     ),
00026     MixedGeneratorSet = cms.PSet(
00027         ComponentName = cms.string('TSGFromOrderedHits'),
00028         OrderedHitsFactoryPSet = cms.PSet(
00029             ComponentName = cms.string('StandardHitPairGenerator'),
00030             SeedingLayers = cms.string('MixedLayerPairs')
00031         ),
00032         TTRHBuilder = cms.string('WithTrackAngle')
00033     )
00034 )
00035 
00036 

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