@robertprestonjohnson Noticed that there is an inconsistency between the tracker hits and the number of DoF stored in the KF tracks.
The reason I think is line
|
newTrack.setNDF(kT.SiteList.size() - 5); |
where we should pass the number of tracker hits (that get checked by ID > 0) instead of the size of the measurement sites vector.