Skip to content

Fix invalid read when no vertex is associated

Roel Aaij requested to merge raaij_fix_ip_no_vertex into master

When there is no vertex associated to a track, set it's ip to 0.f. For most lines that cut on ip > x this is fine, but it's not a final solution. In the end any line that cuts on impact parameter or impact parameter chi^2 a check should be added that there is at least one vertex or that a track or particle is associated to a vertex.

Merge request reports