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() ### bool SaveMultipleROCS()
Gets a list of config files and calls [SaveMultipleROCS()](#int-savemultiplerocs). Gets a list of config files and calls [SaveMultipleROCS()](#int-savemultiplerocs).
* **Parameters** * **Parameters**
* int Run =1 * int Run
* int nLow = 0 * int nLow
* int nHigh = 3 * int nHigh
* **Return** * **Return**
* True if everything is fine, False if something fails * 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