Skip to content

Templates for statistical analysis

Andrey Popov requested to merge templates into master

Add two new scripts:

  1. build_templates.py creates a ROOT file with mT histograms for groups of processes with all implemented systematic variations. The script starts from files produced by the DileptonTrees analysis. The produced file can be fed to combine. @npostiau @lyuan please try running the (blinded) statistical analysis with it.
  2. plot_syst_variations.py plots systematic variations, starting from the file created above.

please note that I added an external package as a Git submodule, and some actions will be needed to pull it in your clones of the repository. If you are starting a new clone, you can pull submodules by specifying an appropriate flag, e.g.

git clone --recurse-submodules ssh://git@gitlab.cern.ch:7999/HZZ-IIHE/hzz2l2nu.git

(added to the README). If you are updating an existing clone, you should run

git pull  # Or whatever you do to update your local branch
git submodule update --init --recursive
Edited by Andrey Popov

Merge request reports