diff --git a/benchmarks/dis/analysis/truth_reconstruction.py b/benchmarks/dis/analysis/truth_reconstruction.py index 53b74a379a811982daed63f380441837d764e9eb..220f1991e34283d12cb285b23a432d0c232d78c4 100644 --- a/benchmarks/dis/analysis/truth_reconstruction.py +++ b/benchmarks/dis/analysis/truth_reconstruction.py @@ -294,10 +294,10 @@ def particle_plots(boolean_particle): fig = plt.figure() gs = fig.add_gridspec(2, 2, wspace=0.01) (ax1, ax2), (ax3, ax4) = gs.subplots(sharex=True, sharey=True) - ax1.scatter(-theta_mc_fil, ratio, s = ssize) - ax2.scatter(-theta_rc_fil, ratio, s = ssize) - ax3.scatter(-theta_mc_fil, phi_mc_fil, s = ssize) - ax4.scatter(-theta_rc_fil, phi_rc_fil, s = ssize) + ax1.scatter(-theta_mc_F, ratio, s = ssize) + ax2.scatter(-theta_rc_F, ratio, s = ssize) + ax3.scatter(-theta_mc_F, phi_mc_F, s = ssize) + ax4.scatter(-theta_rc_F, phi_rc_F, s = ssize) ax1.set_ylabel('rc-mc') ax2.set_ylabel('rc-mc') ax3.set_ylabel('Phi mc')