CMS 3D CMS Logo

Variables

CombinatorialSeedGeneratorForBeamHalo_cfi Namespace Reference

Variables

tuple beamhaloTrackerSeeds
tuple layerInfo
tuple layerList
tuple TECi

Variable Documentation

Definition at line 70 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.

Initial value:
00001 cms.PSet(
00002     TID = cms.PSet(
00003         matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00004         useRingSlector = cms.bool(False),
00005         TTRHBuilder = cms.string('WithTrackAngle'),
00006         rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit")
00007     ),
00008     FPix = cms.PSet(
00009         useErrorsFromParam = cms.bool(True),
00010         hitErrorRPhi = cms.double(0.0051),
00011         TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
00012         HitProducer = cms.string('siPixelRecHits'),
00013         hitErrorRZ = cms.double(0.0036)
00014     ),
00015     TEC = cms.PSet(
00016         minRing = cms.int32(5),
00017         matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00018         useRingSlector = cms.bool(False),
00019         TTRHBuilder = cms.string('WithTrackAngle'),
00020         rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00021         maxRing = cms.int32(7)
00022     ),
00023     TEC1 = TECi,
00024     TEC2 = TECi,
00025     TEC3 = TECi,
00026     TEC4 = TECi,
00027     TEC5 = TECi,
00028     TEC6 = TECi
00029 )

Definition at line 19 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.

Initial value:
00001 cms.vstring(
00002     'FPix1_pos+FPix2_pos', 
00003     'FPix1_neg+FPix2_neg', 
00004     'TID2_pos+TID3_pos', 
00005     'TID2_neg+TID3_neg', 
00006     'TEC1_neg+TEC2_neg',
00007     'TEC1_pos+TEC2_pos',
00008     'TEC2_neg+TEC3_neg',
00009     'TEC2_pos+TEC3_pos',
00010     'TEC3_neg+TEC4_neg',
00011     'TEC3_pos+TEC4_pos',
00012     'TEC4_neg+TEC5_neg',
00013     'TEC4_pos+TEC5_pos',
00014     'TEC5_neg+TEC6_neg',
00015     'TEC5_pos+TEC6_pos',
00016     'TEC7_neg+TEC8_neg',
00017     'TEC7_pos+TEC8_pos', 
00018     'TEC8_neg+TEC9_neg',
00019     'TEC8_pos+TEC9_pos'
00020     )

Definition at line 49 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.

Initial value:
00001 cms.PSet(
00002         minRing = cms.int32(1),
00003             matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00004             useRingSlector = cms.bool(True),
00005             TTRHBuilder = cms.string('WithTrackAngle'),
00006             rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00007             maxRing = cms.int32(2)
00008             )

Definition at line 11 of file CombinatorialSeedGeneratorForBeamHalo_cfi.py.