CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalPixelLessSeeds_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
11 #from RecoTracker.TkSeedingLayers.PixelLessLayerPairs_cfi import *
13 
14 import RecoTracker.TkSeedGenerator.SeedGeneratorFromRegionHitsEDProducer_cfi
15 globalPixelLessSeeds = RecoTracker.TkSeedGenerator.SeedGeneratorFromRegionHitsEDProducer_cfi.seedGeneratorFromRegionHitsEDProducer.clone(
16  OrderedHitsFactoryPSet = cms.PSet(
17  ComponentName = cms.string('StandardHitPairGenerator'),
18  SeedingLayers = cms.InputTag('pixelLessLayerPairs4PixelLessTracking'),
19  maxElement = cms.uint32(100000)
20  )
21  )
22 ## whatever happens to the beam spot
23 globalPixelLessSeeds.RegionFactoryPSet.RegionPSet.originHalfLength = 40
24 ## safe against APV-induced noise
25 globalPixelLessSeeds.ClusterCheckPSet.MaxNumberOfCosmicClusters = 5000