CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoHI/HiTracking/python/MergeTrackCollectionsHI_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import RecoTracker.FinalTrackSelectors.trackListMerger_cfi
00004 hiGeneralTracks = RecoTracker.FinalTrackSelectors.trackListMerger_cfi.trackListMerger.clone(
00005     TrackProducers = (cms.InputTag('hiGlobalPrimTracks'),
00006                       cms.InputTag('hiSecondPixelTripletGlobalPrimTracks'),
00007                       cms.InputTag('hiPixelPairGlobalPrimTracks')),
00008     hasSelector=cms.vint32(1,1,1),
00009     selectedTrackQuals = cms.VInputTag(
00010     cms.InputTag("hiInitialStepSelector","hiInitialStep"),
00011     cms.InputTag("hiSecondPixelTripletStepSelector","hiSecondPixelTripletStep"),
00012     cms.InputTag("hiPixelPairStepSelector","hiPixelPairStep"),
00013     ),                    
00014     setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2), pQual=cms.bool(True)),  # should this be False?
00015                              ),
00016     copyExtras = True,
00017     makeReKeyedSeeds = cms.untracked.bool(False)
00018     )