CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoMuon/TrackerSeedGenerator/python/TSGFromCombinedHits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TSGFromCombinedHits = cms.PSet(
00004     ComponentName = cms.string('CombinedTSG'),
00005     PSetNames = cms.vstring('firstTSG','secondTSG'),
00006     
00007     firstTSG = cms.PSet(
00008     ComponentName = cms.string('TSGFromOrderedHits'),
00009     OrderedHitsFactoryPSet = cms.PSet(
00010     ComponentName = cms.string('StandardHitTripletGenerator'),
00011     SeedingLayers = cms.string('PixelLayerTriplets'),
00012     GeneratorPSet = cms.PSet(
00013     useBending = cms.bool(True),
00014     useFixedPreFiltering = cms.bool(False),
00015     phiPreFiltering = cms.double(0.3),
00016     extraHitRPhitolerance = cms.double(0.06),
00017     useMultScattering = cms.bool(True),
00018     ComponentName = cms.string('PixelTripletHLTGenerator'),
00019     extraHitRZtolerance = cms.double(0.06),
00020     maxElement = cms.uint32( 10000 )
00021     )
00022     ),
00023     TTRHBuilder = cms.string('WithTrackAngle')
00024     ),
00025     
00026     secondTSG = cms.PSet(
00027     ComponentName = cms.string('TSGFromOrderedHits'),
00028     OrderedHitsFactoryPSet = cms.PSet(
00029     ComponentName = cms.string('StandardHitPairGenerator'),
00030     SeedingLayers = cms.string('PixelLayerPairs'),
00031     useOnDemandTracker = cms.untracked.int32( 0 ),
00032     maxElement = cms.uint32( 0 )
00033     ),
00034     TTRHBuilder = cms.string('WithTrackAngle')
00035     ),
00036     thirdTSG = cms.PSet(
00037     ComponentName = cms.string('DualByEtaTSG'),
00038     PSetNames = cms.vstring('endcapTSG','barrelTSG'),
00039     barrelTSG = cms.PSet(    ),
00040     endcapTSG = cms.PSet(
00041     ComponentName = cms.string('TSGFromOrderedHits'),
00042     OrderedHitsFactoryPSet = cms.PSet(
00043     ComponentName = cms.string('StandardHitPairGenerator'),
00044     SeedingLayers = cms.string('MixedLayerPairs'),
00045     useOnDemandTracker = cms.untracked.int32( 0 ),
00046     maxElement = cms.uint32( 0 )
00047     ),
00048     TTRHBuilder = cms.string('WithTrackAngle')
00049     ),
00050     etaSeparation = cms.double(2.0)
00051     )
00052     )