Created new plots and updated old ones with corrected Monte Carlo data
Created by: Akshay-Vellore
This PR contains scripts for the overlaid 1-D histograms as well as for all of the previous 2-D histograms, now using the Fermi-corrected data. It also modifies the All-Energy vs. BRAN plots so that they include the whole distribution, as it turns out that a significant portion of the distribution gets cut out if the x-axis is only plotted out to 2 x 10^5 MeV, but completely fits in 4 x 10^5 MeV.
Merge request reports
Activity
14 14 /** 15 15 * @brief plot EM module truth vs BRAN truth 16 16 * this version is simpler and plots with an event loop, using TTreeReader 17 * run with, for example: root -b -q -l plot_em_vs_bran_v1.cpp 17 * run with, for example: root -b -q -l scripts/plot_em_vs_bran_v1.cpp Created by: masonrh2
This is correct if you're executing ROOT from the root directory of the repo, but I have been assuming that we execute
root ...
from the scripts directory. Either is fine, but I've changed the paths in our macros such that the scripts can be executed from the scripts directory, for consistency.
Please register or sign in to reply