From 1069d74e26aad633c37aa13056623839bf722d63 Mon Sep 17 00:00:00 2001 From: Tooba Ali <alit1@myumanitoba.ca> Date: Mon, 7 Nov 2022 23:28:17 +0000 Subject: [PATCH] Update benchmarks/dis/analysis/truth_reconstruction.py --- benchmarks/dis/analysis/truth_reconstruction.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/dis/analysis/truth_reconstruction.py b/benchmarks/dis/analysis/truth_reconstruction.py index 53b74a37..220f1991 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') -- GitLab