For boilerplate code.
In validationPlots/, edit runPlotTH1Fs.cpp, and run it as a ROOT macro:
root -l -b -q runPlotTH1Fs.cpp
In makeHistogramsFromNtuples/, edit makeHistsFromNtuples.cc, and compile it:
./Make.sh makeHistsFromNtuples.cc
and run the executable:
makeHistsFromNtuples.exe input.root output.root
In efficiencyPlots/, edit makeEfficienciesPlot.cpp, and run it as a ROOT macro:
root -l -b -q makeEfficiencyPlots.cpp
To be added.
Augments the GenProductions GitHub.
See my GenProductions Github.
Currently I run them from the directory genproductions/bin/MadGraph5_aMCatNLO. Scripts for looping over mass points to generate and validate gridpacks are in monteCarloSamples (they won't run out of the box, but I'm saving them for reference.)
Code is copied from 2015 Higgs to Tau Tau GitHub. See documentation inside compare.py for how to call it (CMSSW release not necessary).