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  hasSelector=cms.vint32(1,1,1),
6  selectedTrackQuals = cms.VInputTag(
7  cms.InputTag("hiInitialStepSelector","hiInitialStep"),
8  cms.InputTag("hiSecondPixelTripletStepSelector","hiSecondPixelTripletStep"),
9  cms.InputTag("hiPixelPairStepSelector","hiPixelPairStep"),
10  ),
11  setsToMerge = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2), pQual=cms.bool(True)), # should this be False?
12  ),
13  copyExtras = True,
14  makeReKeyedSeeds = cms.untracked.bool(False)
15  )

Definition at line 4 of file MergeTrackCollectionsHI_cff.py.