From abe38dafca1148c126c77aa2f53120fc02650730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 10 Feb 2022 11:16:15 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Selection-code.md b/Selection-code.md index 490ea77..ea6608e 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -173,12 +173,11 @@ TMVAClassAppAll(1); TMVAClassAppAll(2); - Remove all multiple candidates, defined in [[RemoveMultipleCandidates.py|RemoveMultipleCandidates.py]]. Before running this for the first time, you have to change the path in [`getTreePath` function](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Utils3.py#gettreepath) and similarly in the [`getTreeList` function](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Utils3.py#gettreelist). Don't forget to compile [[getPathForPython.cc||getPathForPython]] before the first usage of the code! ``` python RemoveMultipleCandidates.py -all ``` -**TODO** plotting using Scripts/PlotMultiple.py +You can plot the functions by running [PlotMultiple.py](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/RemoveMultipleCandidates.py#plotting). We have to rerun the weights and therefore also the MVA: the shape of the B mass peak is fixed to the one after MVA. ```