You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The charge flip fix introduces differences between STD and CE. In particular, the effects on CE are relatively small but STD gets worse by all metrics. As discussed in the slides on March 5, there are 10x as many tracks with negative pt in STD. Maybe there is a bug in STD that causes negative pt tracks. This would have been hidden previously, because we use abs(pt) in all of the relevant places. But with the charge flip fix, we change the charge for those tracks, which might be why STD is now messed up.
The text was updated successfully, but these errors were encountered:
While debugging with -O0 and USE_INTRINSICS := -DMPT_SIZE=1 in Makefile.config I noticed that number of tracks found by STD increases by up to 10% (using quality-val). This was with gcc-10.
The charge flip fix introduces differences between STD and CE. In particular, the effects on CE are relatively small but STD gets worse by all metrics. As discussed in the slides on March 5, there are 10x as many tracks with negative pt in STD. Maybe there is a bug in STD that causes negative pt tracks. This would have been hidden previously, because we use abs(pt) in all of the relevant places. But with the charge flip fix, we change the charge for those tracks, which might be why STD is now messed up.
The text was updated successfully, but these errors were encountered: