Skip to content
Snippets Groups Projects
Commit be6c8ae5 authored by decianm's avatar decianm
Browse files

use correct hit container for fitting standalone Ttracks in fast sequence

parent 7131b402
No related branches found
No related tags found
2 merge requests!2794Merge master into FTRetinaSeedRawBanks,!2678Use correct hit container for fitting standalone Ttracks in fast sequence
Pipeline #6289149 passed
......@@ -1191,7 +1191,7 @@ def make_pr_kf_light_reco_best_tracks_without_UT(tracks,
inputTracks=tracks["Seed"]["v1"], referenceTracks=[best_long])
seed_fitted = make_PrKalmanFilter_Seed_tracks(
input_tracks=tracks['Seed']['Pr'], hits_ft=first_ft_hits)
input_tracks=tracks['Seed']['Pr'], hits_ft=ft_hits)
best_seed = make_TrackBestTrackCreator_tracks(
tracks=[seed_fitted],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment