CMS 3D CMS Logo

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

Variables

tuple hiGeneralTracks
 

Variable Documentation

tuple MergeTrackCollectionsHI_cff.hiGeneralTracks
Initial value:
1 = RecoTracker.FinalTrackSelectors.trackListMerger_cfi.trackListMerger.clone(
2  TrackProducers = (cms.InputTag('hiGlobalPrimTracks'),
3  cms.InputTag('hiSecondPixelTripletGlobalPrimTracks'),
4  cms.InputTag('hiPixelPairGlobalPrimTracks')
5  ),
6  hasSelector=cms.vint32(1,1,1),
7  selectedTrackQuals = cms.VInputTag(
8  cms.InputTag("hiInitialStepSelector","hiInitialStep"),
9  cms.InputTag("hiSecondPixelTripletStepSelector","hiSecondPixelTripletStep"),
10  cms.InputTag("hiPixelPairStepSelector","hiPixelPairStep"),
11  ),
12  setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2), pQual=cms.bool(True)), # should this be False?
13  ),
14  copyExtras = True,
15  makeReKeyedSeeds = cms.untracked.bool(False)
16  )

Definition at line 4 of file MergeTrackCollectionsHI_cff.py.