From 69b67e5edb2837f9f455941bf39e934eec965bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Mon, 31 Jan 2022 16:48:27 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Selection-code.md b/Selection-code.md index 0659ac6..0d3e371 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -70,7 +70,7 @@ Reweighted Data and Monte Carlo can be used for the [[MVA.cpp|MVA-Class]] RunMVA(1); RunMVA(2); ``` -Apply the MVA to all the MC and Data using [[TMVA.cpp|TMVA Class application]] +Apply the MVA to all the MC and Data using [[TMVAClassApp.cpp|TMVA Class application]] ``` .L TMVAClassApp.cpp+ TMVAClassAppAll(1); TMVAClassAppAll(2);