CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
earlyGeneralTracks_cfi Namespace Reference

Functions

def _extend_displacedGeneral
 
def _extend_pixelLess
 

Variables

tuple _forPhase1
 
 copyExtras = True,
 
tuple earlyGeneralTracks
 
list hasSelector = [1,1,1,1,1,1]
 
list indivShareFrac = [1.0,0.16,0.095,0.09,0.09,0.09]
 
list inputClassifiers
 
tuple makeReKeyedSeeds = cms.untracked.bool(False)
 
list selectedTrackQuals
 
tuple setsToMerge
 
list trackProducers
 
list TrackProducers
 

Function Documentation

def earlyGeneralTracks_cfi._extend_displacedGeneral (   x)
private

Definition at line 79 of file earlyGeneralTracks_cfi.py.

79 
81  x.trackProducers += ['displacedGeneralStepTracks']
82  x.inputClassifiers += ['displacedGeneralStep']
83 (trackingPhase1 & displacedTracking).toModify(earlyGeneralTracks, _extend_displacedGeneral)
84 
# For Phase2PU140
def earlyGeneralTracks_cfi._extend_pixelLess (   x)
private

Definition at line 111 of file earlyGeneralTracks_cfi.py.

112 def _extend_pixelLess(x):
113  x.TrackProducers += ['pixelLessStepTracks']
114  x.hasSelector += [1]
115  x.indivShareFrac += [0.095]
116  x.selectedTrackQuals += ['pixelLessStepSelector:pixelLessStep']
117  x.setsToMerge[0].tLists += [6]
118 (trackingPhase2PU140 & vectorHits).toModify(earlyGeneralTracks, _extend_pixelLess)
119 

Variable Documentation

tuple earlyGeneralTracks_cfi._forPhase1
Initial value:
1 = dict(
2  trackProducers = [
3  'initialStepTracks',
4  'highPtTripletStepTracks',
5  'jetCoreRegionalStepTracks',
6  'lowPtQuadStepTracks',
7  'lowPtTripletStepTracks',
8  'detachedQuadStepTracks',
9  'detachedTripletStepTracks',
10  'pixelPairStepTracks',
11  'mixedTripletStepTracks',
12  'pixelLessStepTracks',
13  'tobTecStepTracks'
14  ],
15  inputClassifiers = [
16  'initialStep',
17  'highPtTripletStep',
18  'jetCoreRegionalStep',
19  'lowPtQuadStep',
20  'lowPtTripletStep',
21  'detachedQuadStep',
22  'detachedTripletStep',
23  'pixelPairStep',
24  'mixedTripletStep',
25  'pixelLessStep',
26  'tobTecStep'
27  ],
28 )

Definition at line 48 of file earlyGeneralTracks_cfi.py.

earlyGeneralTracks_cfi.copyExtras = True,

Definition at line 106 of file earlyGeneralTracks_cfi.py.

tuple earlyGeneralTracks_cfi.earlyGeneralTracks
Initial value:
1 = TrackCollectionMerger.clone(
2  trackProducers = ['initialStepTracks',
3  'jetCoreRegionalStepTracks',
4  'lowPtTripletStepTracks',
5  'pixelPairStepTracks',
6  'detachedTripletStepTracks',
7  'mixedTripletStepTracks',
8  'pixelLessStepTracks',
9  'tobTecStepTracks'
10  ],
11  inputClassifiers =['initialStep',
12  'jetCoreRegionalStep',
13  'lowPtTripletStep',
14  'pixelPairStep',
15  'detachedTripletStep',
16  'mixedTripletStep',
17  'pixelLessStep',
18  'tobTecStep'
19  ]
20 )

Definition at line 6 of file earlyGeneralTracks_cfi.py.

list earlyGeneralTracks_cfi.hasSelector = [1,1,1,1,1,1]

Definition at line 95 of file earlyGeneralTracks_cfi.py.

list earlyGeneralTracks_cfi.indivShareFrac = [1.0,0.16,0.095,0.09,0.09,0.09]

Definition at line 96 of file earlyGeneralTracks_cfi.py.

list earlyGeneralTracks_cfi.inputClassifiers
Initial value:
1 = [
2  'initialStepSelector',
3  'lowPtTripletStepSelector',
4  'pixelPairStepSelector',
5  'detachedTripletStep',
6  'mixedTripletStep',
7  'pixelLessStepSelector',
8  'tobTecStep'
9  ]

Definition at line 37 of file earlyGeneralTracks_cfi.py.

tuple earlyGeneralTracks_cfi.makeReKeyedSeeds = cms.untracked.bool(False)

Definition at line 107 of file earlyGeneralTracks_cfi.py.

list earlyGeneralTracks_cfi.selectedTrackQuals
Initial value:
1 = ['initialStepSelector:initialStep',
2  'highPtTripletStepSelector:highPtTripletStep',
3  'lowPtQuadStepSelector:lowPtQuadStep',
4  'lowPtTripletStepSelector:lowPtTripletStep',
5  'detachedQuadStep',
6  'pixelPairStepSelector:pixelPairStep',
7  ]

Definition at line 97 of file earlyGeneralTracks_cfi.py.

tuple earlyGeneralTracks_cfi.setsToMerge
Initial value:
1 = cms.VPSet( cms.PSet( tLists=cms.vint32(0,1,2,3,4,5), pQual=cms.bool(True) )
2  )

Definition at line 104 of file earlyGeneralTracks_cfi.py.

list earlyGeneralTracks_cfi.trackProducers
Initial value:
1 = [
2  'initialStepTracks',
3  'lowPtTripletStepTracks',
4  'pixelPairStepTracks',
5  'detachedTripletStepTracks',
6  'mixedTripletStepTracks',
7  'pixelLessStepTracks',
8  'tobTecStepTracks'
9  ]

Definition at line 28 of file earlyGeneralTracks_cfi.py.

list earlyGeneralTracks_cfi.TrackProducers
Initial value:
1 = ['initialStepTracks',
2  'highPtTripletStepTracks',
3  'lowPtQuadStepTracks',
4  'lowPtTripletStepTracks',
5  'detachedQuadStepTracks',
6  'pixelPairStepTracks',
7  ]

Definition at line 88 of file earlyGeneralTracks_cfi.py.