Older PyROOT Scripts
These are scripts I wrote when my knowledge of python and my knowledge of ROOT were less advanced. I leave them here for reference, but most people would be better served by looking at my newer scripts and the root.py module.simple_plot - Plots a simple histogram from a file with two columns of data.
multi_plot - Does the same, but by providing multiple 2-column files you can plot many data sets on one graph.
plot_showers - Plots the contents of a shower library as many N(X) plots on the same graph.