Study: basic - elliot-hughes/fatjet_analysis GitHub Wiki
Introduction
This code makes basic plots for the important analysis variables in each analysis region for various cuts.
Workflow
root -l basic_plotter.ccto make basic plots for each analysis region.root -l basic_styler.ccto make basic, superimposed plots.root -l basicstack_styler.ccto make basic, stacked plots.
Notes
This code is extremely inefficient, since it uses the TTree::Draw function for each plot. The basic_plotter.py is an aborted attempt at making more efficient code. I believe I gave up because I didn't have time to make a more efficient cut system for Python (like we have for C++ macros). There's an issue for this problem.