CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
SeedGeneratorFromRegionHitsEDProducer_cfi Namespace Reference

Variables

tuple seedGeneratorFromRegionHitsEDProducer
 

Variable Documentation

tuple SeedGeneratorFromRegionHitsEDProducer_cfi.seedGeneratorFromRegionHitsEDProducer
Initial value:
1 = cms.EDProducer("SeedGeneratorFromRegionHitsEDProducer",
2  OrderedHitsFactoryPSet = cms.PSet(
3  ComponentName = cms.string(''),
4  SeedingLayers = cms.InputTag(''),
5  maxElement = cms.uint32(1000000)
6  ),
7  SeedComparitorPSet = cms.PSet(
8  ComponentName = cms.string('none')
9  ),
10  RegionFactoryPSet = cms.PSet(
11  RegionPsetFomBeamSpotBlockFixedZ,
12  ComponentName = cms.string('GlobalRegionProducerFromBeamSpot')
13  ),
14 # This works best ...
15  SeedCreatorPSet = cms.PSet(SeedFromConsecutiveHitsCreator),
16 # except for large impact parameter pixel-pair seeding, when this is better ...
17 # SeedCreatorPSet = cms.PSet(SeedFromConsecutiveHitsStraightLineCreator)
18 # and this one respectively for large-D0 triplets:
19 # SeedCreatorPSet = cms.PSet(SeedFromConsecutiveHitsTripletOnlyCreator)
20 
21 ##add a protection for too many clusters in the event.
22 ClusterCheckPSet = cms.PSet(
23  doClusterCheck = cms.bool(True),
24  MaxNumberOfCosmicClusters = cms.uint32(400000),
25  ClusterCollectionLabel = cms.InputTag("siStripClusters"),
26  MaxNumberOfPixelClusters = cms.uint32(40000),
27  PixelClusterCollectionLabel = cms.InputTag("siPixelClusters"),
28  cut = cms.string("strip < 400000 && pixel < 40000 && (strip < 50000 + 10*pixel) && (pixel < 5000 + 0.1*strip)")
29  ),
30 )

Definition at line 8 of file SeedGeneratorFromRegionHitsEDProducer_cfi.py.