Update 'Standalone Scripts'

Renata Kopecná 2022-02-10 15:14:00 +01:00
parent 4206eed68a
commit 3442ff199c

@ -133,3 +133,8 @@ Script used to create tables of the TMVA significance. Output is a LaTeX table.
### GetTablesOfEventNumbers.cc
Outputs a LaTeX table with number of events at selection steps.
### Putting plots into LaTeX slides
In order to quickly and easily include all the plots into slides, python script to put figures into slides is included. It is possible to set how many plots in how many rows are there. The corresponding files are `Codes/Scripts/LaTeX/putIntoSlides.py` and
`Codes/Scripts/LaTeX/putIntoSlides_Utils.py`.