Skip to content
Snippets Groups Projects

construct kinematic coverage plot and include Sigma and eSigma correlation in kinematics_correlation.py

Merged Tooba Ali requested to merge Kinematic_Correlations into master
1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
@@ -197,7 +197,7 @@ Xcorrelation(minq2,'eS')
#Kinematic coverage plot
##########################################################################################
fig = plt.figure()
fig = plt.figure(figsize=(30,20))
gs = fig.add_gridspec(2, 3, wspace=0.09, hspace = 0.2)
(ax1, ax2, ax3), (ax4, ax5, ax6) = gs.subplots()
@@ -220,10 +220,5 @@ ax4.set_title('Electron')
ax5.set_title('eSigma')
ax6.set_title('Jacquet Blondel')
fig.set_figwidth(30)
fig.set_figheight(20)
fig.suptitle('Kinematic Coverage {}x{} $minQ^2=${}$GeV^2$\n {} events DETECTOR_CONFIG: {} '.format(k,p,minq2,Nevents,Dconfig))
plt.savefig(os.path.join(r_path, 'kinematic_coverage_%s.png' %(config)))
Loading