CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TSGFromPixelTriplets_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 SeedGeneratorParameters = cms.PSet(
5  ComponentName = cms.string('TSGFromOrderedHits'),
6  OrderedHitsFactoryPSet = cms.PSet(
7  ComponentName = cms.string('StandardHitTripletGenerator'),
8  SeedingLayers = cms.InputTag('PixelLayerTriplets'),
9  GeneratorPSet = cms.PSet(
10  PixelTripletHLTGenerator
11  )
12  ),
13  TTRHBuilder = cms.string('WithTrackAngle')
14 )
15 
16