Skip to content
Snippets Groups Projects

Truth reconstruction

Merged Tooba Ali requested to merge truth_reconstruction into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -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')
Loading