From af4cbe00664a89471d04b4a13f0099ce8e7eff60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 8 Feb 2022 14:56:23 +0100 Subject: [PATCH] Update 'PlotTMVA.cpp' --- PlotTMVA.cpp.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/PlotTMVA.cpp.md b/PlotTMVA.cpp.md index f4ba573..d4a4545 100644 --- a/PlotTMVA.cpp.md +++ b/PlotTMVA.cpp.md @@ -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 +