From f351bcc869b0e35e2ed7d49ebed4fe571576500d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 8 Feb 2022 14:55:52 +0100 Subject: [PATCH] Update 'PlotTMVA.cpp' --- PlotTMVA.cpp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PlotTMVA.cpp.md b/PlotTMVA.cpp.md index ac85dd0..f4ba573 100644 --- a/PlotTMVA.cpp.md +++ b/PlotTMVA.cpp.md @@ -33,6 +33,7 @@ * [void nEvents()](#void-nevents) * [bool SaveAllFromOneFile()](#bool-saveallfromonefile) * [bool SaveMultipleROCS()](#bool-savemultiplerocs-1) + * [bool SaveMultipleROCS()](#bool-savemultiplerocs-2) # Functions @@ -310,3 +311,4 @@ Gets a list of config files and calls [SaveMultipleROCS()](#int-savemultiplerocs * int nHigh = 3 * **Return** * True if everything is fine, False if something fails + *