CMS 3D CMS Logo

Functions | Variables
earlyGeneralTracks_cfi Namespace Reference

Functions

def _extend_pixelLess (x)
 

Variables

 _forPhase1
 
 copyExtras
 
 earlyGeneralTracks
 
 hasSelector
 
 indivShareFrac
 
 inputClassifiers
 
 makeReKeyedSeeds
 
 pQual
 
 selectedTrackQuals
 
 setsToMerge
 
 tLists
 
 trackProducers
 
 TrackProducers
 

Function Documentation

◆ _extend_pixelLess()

def earlyGeneralTracks_cfi._extend_pixelLess (   x)
private

Definition at line 105 of file earlyGeneralTracks_cfi.py.

105 def _extend_pixelLess(x):
106  x.TrackProducers += ['pixelLessStepTracks']
107  x.hasSelector += [1]
108  x.indivShareFrac += [0.095]
109  x.selectedTrackQuals += ['pixelLessStepSelector:pixelLessStep']
110  x.setsToMerge[0].tLists += [6]
111 (trackingPhase2PU140 & vectorHits).toModify(earlyGeneralTracks, _extend_pixelLess)
112 

Variable Documentation

◆ _forPhase1

earlyGeneralTracks_cfi._forPhase1
private

Definition at line 48 of file earlyGeneralTracks_cfi.py.

◆ copyExtras

earlyGeneralTracks_cfi.copyExtras

Definition at line 100 of file earlyGeneralTracks_cfi.py.

◆ earlyGeneralTracks

earlyGeneralTracks_cfi.earlyGeneralTracks

Definition at line 6 of file earlyGeneralTracks_cfi.py.

◆ hasSelector

earlyGeneralTracks_cfi.hasSelector

Definition at line 89 of file earlyGeneralTracks_cfi.py.

◆ indivShareFrac

earlyGeneralTracks_cfi.indivShareFrac

Definition at line 90 of file earlyGeneralTracks_cfi.py.

◆ inputClassifiers

earlyGeneralTracks_cfi.inputClassifiers

Definition at line 16 of file earlyGeneralTracks_cfi.py.

◆ makeReKeyedSeeds

earlyGeneralTracks_cfi.makeReKeyedSeeds

Definition at line 101 of file earlyGeneralTracks_cfi.py.

◆ pQual

earlyGeneralTracks_cfi.pQual

Definition at line 98 of file earlyGeneralTracks_cfi.py.

◆ selectedTrackQuals

earlyGeneralTracks_cfi.selectedTrackQuals

Definition at line 91 of file earlyGeneralTracks_cfi.py.

◆ setsToMerge

earlyGeneralTracks_cfi.setsToMerge

Definition at line 98 of file earlyGeneralTracks_cfi.py.

◆ tLists

earlyGeneralTracks_cfi.tLists

Definition at line 98 of file earlyGeneralTracks_cfi.py.

◆ trackProducers

earlyGeneralTracks_cfi.trackProducers

Definition at line 7 of file earlyGeneralTracks_cfi.py.

◆ TrackProducers

earlyGeneralTracks_cfi.TrackProducers

Definition at line 82 of file earlyGeneralTracks_cfi.py.

earlyGeneralTracks_cfi._extend_pixelLess
def _extend_pixelLess(x)
Definition: earlyGeneralTracks_cfi.py:105