Plotting tools - jniedzie/SVJanalysis_wiki GitHub Wiki
Overview
Code in directory plottingTools
The different subdirectories have code for different purposes:
- 1DHistograms: Plotting 1D histograms
- 2DHistograms: Plotting 2D histograms
- nPanelsPlots: Make stacked plots, as well as efficiency and significance as a function of cut value
1DHistograms
Make plots of 1D histograms using plot1DHistograms.py
. Check usage with python plot1DHistograms.py -h
.
This script is quite basic. It could be improved.
2DHistograms
2D histograms
Make plots of 2D histograms using plot1DHistograms.py
. Check usage with python plot2DHistograms.py -h
.
This script is quite basic. It could be improved.
Correlation matrix
Make correlation matrix using makeCorrelationMatrix.py
. Check usage with python makeCorrelationMatrix.py -h
.
nPanelsPlots
Make a copy of config.py
to not over-write this example script.
Fill in your config file (it should be self-explanatory) and make plots with python makePlots.py -cfg <your_config.py>
.
Check complete usage with python makePlots.py -h
.