From af66ad130beccf283474ce15e427ae0b20305d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 8 Feb 2022 14:57:37 +0100 Subject: [PATCH] Update 'PlotTMVA.cpp' --- PlotTMVA.cpp.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/PlotTMVA.cpp.md b/PlotTMVA.cpp.md index d4a4545..8c8dc8e 100644 --- a/PlotTMVA.cpp.md +++ b/PlotTMVA.cpp.md @@ -33,7 +33,6 @@ * [void nEvents()](#void-nevents) * [bool SaveAllFromOneFile()](#bool-saveallfromonefile) * [bool SaveMultipleROCS()](#bool-savemultiplerocs-1) - * [bool SaveMultipleROCS()](#bool-savemultiplerocs-2) # Functions @@ -307,15 +306,9 @@ Effectivelly saves all plots needed for the MVA training. Calls [SaveAllFromOneF Gets a list of config files and calls [SaveMultipleROCS()](#int-savemultiplerocs). * **Parameters** * int Run - * int nLow - * int nHigh + * int nLow (lower nConfig number) + * int nHigh (upper nConfig number) * **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 - +