Variables | |
tuple | ckftracks = ckftracks_woBH.copy() |
tuple | ckftracks_plus_pixelless = cms.Sequence(ckftracks*ctfTracksPixelLess) |
tuple | ckftracks_woBH = cms.Sequence(iterTracking*newCombinedSeeds*doAlldEdXEstimators) |
tuple | ckftracks_wodEdX = ckftracks.copy() |
tuple | newCombinedSeeds |
This seed collection is produced for electron reconstruction. | |
tuple | rstracks |
tuple | trackingGlobalReco = cms.Sequence(ckftracks*trackExtrapolator) |
tuple RecoTracker_cff::ckftracks = ckftracks_woBH.copy() |
Definition at line 35 of file RecoTracker_cff.py.
tuple RecoTracker_cff::ckftracks_plus_pixelless = cms.Sequence(ckftracks*ctfTracksPixelLess) |
Definition at line 44 of file RecoTracker_cff.py.
tuple RecoTracker_cff::ckftracks_woBH = cms.Sequence(iterTracking*newCombinedSeeds*doAlldEdXEstimators) |
Definition at line 34 of file RecoTracker_cff.py.
tuple RecoTracker_cff::ckftracks_wodEdX = ckftracks.copy() |
Definition at line 37 of file RecoTracker_cff.py.
00001 RecoTracker.TkSeedGenerator.GlobalCombinedSeeds_cfi.globalCombinedSeeds.clone( 00002 seedCollections = cms.VInputTag( 00003 cms.InputTag('initialStepSeeds'), 00004 cms.InputTag('pixelPairStepSeeds'), 00005 cms.InputTag('mixedTripletStepSeeds'), 00006 cms.InputTag('pixelLessStepSeeds') 00007 ) 00008 )
This seed collection is produced for electron reconstruction.
Definition at line 14 of file RecoTracker_cff.py.
00001 cms.Sequence(roadSearchSeeds* 00002 roadSearchClouds*rsTrackCandidates* 00003 rsWithMaterialTracks)
Definition at line 40 of file RecoTracker_cff.py.
tuple RecoTracker_cff::trackingGlobalReco = cms.Sequence(ckftracks*trackExtrapolator) |
Definition at line 48 of file RecoTracker_cff.py.