CMS 3D CMS Logo

Functions | Variables
earlyGeneralTracks_cfi Namespace Reference

Functions

def _extend_displacedGeneral (x)
 
def _extend_pixelLess (x)
 

Variables

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

Function Documentation

◆ _extend_displacedGeneral()

def earlyGeneralTracks_cfi._extend_displacedGeneral (   x)
private

Definition at line 79 of file earlyGeneralTracks_cfi.py.

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

◆ _extend_pixelLess()

def earlyGeneralTracks_cfi._extend_pixelLess (   x)
private

Definition at line 111 of file earlyGeneralTracks_cfi.py.

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

Variable Documentation

◆ _forPhase1

earlyGeneralTracks_cfi._forPhase1
private

Definition at line 48 of file earlyGeneralTracks_cfi.py.

◆ copyExtras

earlyGeneralTracks_cfi.copyExtras

Definition at line 106 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 95 of file earlyGeneralTracks_cfi.py.

◆ indivShareFrac

earlyGeneralTracks_cfi.indivShareFrac

Definition at line 96 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 107 of file earlyGeneralTracks_cfi.py.

◆ pQual

earlyGeneralTracks_cfi.pQual

Definition at line 104 of file earlyGeneralTracks_cfi.py.

◆ selectedTrackQuals

earlyGeneralTracks_cfi.selectedTrackQuals

Definition at line 97 of file earlyGeneralTracks_cfi.py.

◆ setsToMerge

earlyGeneralTracks_cfi.setsToMerge

Definition at line 104 of file earlyGeneralTracks_cfi.py.

◆ tLists

earlyGeneralTracks_cfi.tLists

Definition at line 104 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 88 of file earlyGeneralTracks_cfi.py.