Update 'PlotTMVA.cpp'

Renata Kopecná 2022-02-08 14:56:23 +01:00
parent f351bcc869
commit af4cbe0066

@ -306,9 +306,16 @@ Effectivelly saves all plots needed for the MVA training. Calls [SaveAllFromOneF
### bool SaveMultipleROCS()
Gets a list of config files and calls [SaveMultipleROCS()](#int-savemultiplerocs).
* **Parameters**
* int Run =1
* int nLow = 0
* int nHigh = 3
* int Run
* int nLow
* int nHigh
* **Return**
* True if everything is fine, False if something fails
*
### bool SaveMultipleROCS()
Gets a list of config files and calls [SaveMultipleROCS()](#int-savemultiplerocs).
* **Parameters**
* int Run
* **Return**
* True if everything is fine, False if something fails