CMS 3D CMS Logo

GlobalPixelLessSeeds_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
10 #from RecoTracker.TkSeedingLayers.PixelLessLayerPairs_cfi import *
12 
13 import RecoTracker.TkSeedGenerator.SeedGeneratorFromRegionHitsEDProducer_cfi
14 globalPixelLessSeeds = RecoTracker.TkSeedGenerator.SeedGeneratorFromRegionHitsEDProducer_cfi.seedGeneratorFromRegionHitsEDProducer.clone(
15  OrderedHitsFactoryPSet = dict(
16  ComponentName = 'StandardHitPairGenerator',
17  SeedingLayers = 'pixelLessLayerPairs4PixelLessTracking',
18  maxElement = 100000
19  ),
20 
21  RegionFactoryPSet = dict(RegionPSet = dict(originHalfLength = 40)),
22 
23  ClusterCheckPSet = dict(MaxNumberOfCosmicClusters = 5000)
24 )