Skip to content
Snippets Groups Projects
Commit ded0454a authored by Tooba Ali's avatar Tooba Ali
Browse files

Update benchmarks/dis/analysis/truth_reconstruction.py

parent c957ab51
No related branches found
No related tags found
1 merge request!193Truth reconstruction
This commit is part of merge request !193. Comments created here will be created in the context of that merge request.
...@@ -294,10 +294,10 @@ def particle_plots(boolean_particle): ...@@ -294,10 +294,10 @@ def particle_plots(boolean_particle):
fig = plt.figure() fig = plt.figure()
gs = fig.add_gridspec(2, 2, wspace=0.01) gs = fig.add_gridspec(2, 2, wspace=0.01)
(ax1, ax2), (ax3, ax4) = gs.subplots(sharex=True, sharey=True) (ax1, ax2), (ax3, ax4) = gs.subplots(sharex=True, sharey=True)
ax1.scatter(-theta_mc_fil, ratio, s = ssize) ax1.scatter(-theta_mc_F, ratio, s = ssize)
ax2.scatter(-theta_rc_fil, ratio, s = ssize) ax2.scatter(-theta_rc_F, ratio, s = ssize)
ax3.scatter(-theta_mc_fil, phi_mc_fil, s = ssize) ax3.scatter(-theta_mc_F, phi_mc_F, s = ssize)
ax4.scatter(-theta_rc_fil, phi_rc_fil, s = ssize) ax4.scatter(-theta_rc_F, phi_rc_F, s = ssize)
ax1.set_ylabel('rc-mc') ax1.set_ylabel('rc-mc')
ax2.set_ylabel('rc-mc') ax2.set_ylabel('rc-mc')
ax3.set_ylabel('Phi mc') ax3.set_ylabel('Phi mc')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment