Skip to content
Snippets Groups Projects

Draft: Use of JUGGLER_N_EVENTS=10000

Closed Tooba Ali requested to merge TA-work-branch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -333,7 +333,7 @@ for i in range(len(MC_list)): #Repeat the following steps for each variable (mom
plt.savefig(os.path.join(r_path, '%s_difference_vs_momentum_%s.png' % (title_list_n[i],config)))
plt.close()
title ='difference vs momentum'
title ='difference vs momentum'
particle_nlist = ['All','Pions','Protons','Electrons','Neutrons','Photons']
for j in range(len(X_list)):#Repeat the following steps for each particle (pions,protons,electrons,neutrons,photons)
Y_error[j] = error_bars(X_plot[j], Y_plot[j], x_range)
Loading