CMS 3D CMS Logo

Variables

SeedGeneratorFromRegionHitsEDProducer_cfi Namespace Reference

Variables

tuple SeedGeneratorFromRegionHitsEDProducer

Variable Documentation

Initial value:
00001 cms.EDProducer("SeedGeneratorFromRegionHitsEDProducer",
00002     OrderedHitsFactoryPSet = cms.PSet(
00003         ComponentName = cms.string(''),
00004         SeedingLayers = cms.string(''),
00005         maxElement = cms.uint32(100000)
00006     ),
00007     SeedComparitorPSet = cms.PSet(
00008         ComponentName = cms.string('none')
00009     ),
00010     RegionFactoryPSet = cms.PSet(
00011         RegionPsetFomBeamSpotBlockFixedZ,
00012         ComponentName = cms.string('GlobalRegionProducerFromBeamSpot')
00013     ),
00014 # This works best ...
00015     SeedCreatorPSet = cms.PSet(SeedFromConsecutiveHitsCreator),
00016 # except for large impact parameter pixel-pair seeding, when this is better ...
00017 #   SeedCreatorPSet = cms.PSet(SeedFromConsecutiveHitsStraightLineCreator)                                                       
00018 # and this one respectively for large-D0 triplets:
00019 #   SeedCreatorPSet = cms.PSet(SeedFromConsecutiveHitsTripletOnlyCreator)
00020 
00021 ##add a protection for too many clusters in the event.
00022 ClusterCheckPSet = cms.PSet(
00023                  doClusterCheck = cms.bool(True),
00024                  MaxNumberOfCosmicClusters = cms.uint32(150000),
00025                  ClusterCollectionLabel = cms.InputTag("siStripClusters"),
00026                  MaxNumberOfPixelClusters = cms.uint32(20000),
00027                  PixelClusterCollectionLabel = cms.InputTag("siPixelClusters")
00028                  ),
00029 )

Definition at line 8 of file SeedGeneratorFromRegionHitsEDProducer_cfi.py.