CMS 3D CMS Logo

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

Variables

tuple beamhaloTrackerSeeds
 
tuple layerInfo
 
tuple layerList
 
tuple TECi
 

Variable Documentation

tuple CombinatorialSeedGeneratorForBeamHalo_cfi.beamhaloTrackerSeeds

Definition at line 67 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.

tuple CombinatorialSeedGeneratorForBeamHalo_cfi.layerInfo
Initial value:
1 = cms.PSet(
2  TID = cms.PSet(
3  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
4  useRingSlector = cms.bool(False),
5  TTRHBuilder = cms.string('WithTrackAngle'),
6  rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit")
7  ),
8  FPix = cms.PSet(
9  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
10  HitProducer = cms.string('siPixelRecHits'),
11  ),
12  TEC = cms.PSet(
13  minRing = cms.int32(5),
14  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
15  useRingSlector = cms.bool(False),
16  TTRHBuilder = cms.string('WithTrackAngle'),
17  rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
18  maxRing = cms.int32(7)
19  ),
20  TEC1 = TECi,
21  TEC2 = TECi,
22  TEC3 = TECi,
23  TEC4 = TECi,
24  TEC5 = TECi,
25  TEC6 = TECi
26 )

Definition at line 19 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.

tuple CombinatorialSeedGeneratorForBeamHalo_cfi.layerList
Initial value:
1 = cms.vstring(
2  'FPix1_pos+FPix2_pos',
3  'FPix1_neg+FPix2_neg',
4  'TID2_pos+TID3_pos',
5  'TID2_neg+TID3_neg',
6  'TEC1_neg+TEC2_neg',
7  'TEC1_pos+TEC2_pos',
8  'TEC2_neg+TEC3_neg',
9  'TEC2_pos+TEC3_pos',
10  'TEC3_neg+TEC4_neg',
11  'TEC3_pos+TEC4_pos',
12  'TEC4_neg+TEC5_neg',
13  'TEC4_pos+TEC5_pos',
14  'TEC5_neg+TEC6_neg',
15  'TEC5_pos+TEC6_pos',
16  'TEC7_neg+TEC8_neg',
17  'TEC7_pos+TEC8_pos',
18  'TEC8_neg+TEC9_neg',
19  'TEC8_pos+TEC9_pos'
20  )

Definition at line 46 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.

Referenced by TrajectorySeedProducer.TrajectorySeedProducer().

tuple CombinatorialSeedGeneratorForBeamHalo_cfi.TECi
Initial value:
1 = cms.PSet(
2  minRing = cms.int32(1),
3  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
4  useRingSlector = cms.bool(True),
5  TTRHBuilder = cms.string('WithTrackAngle'),
6  rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
7  maxRing = cms.int32(2)
8  )

Definition at line 11 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.