Skip to content
Tote Hughes edited this page Feb 9, 2018 · 2 revisions

Introduction

This code makes basic plots for the important analysis variables in each analysis region for various cuts.

Workflow

  1. root -l basic_plotter.cc to make basic plots for each analysis region.
  2. root -l basic_styler.cc to make basic, superimposed plots.
  3. root -l basicstack_styler.cc to 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.

Clone this wiki locally