Update 'Selection code'

Renata Kopecná 2022-02-08 13:03:18 +01:00
parent e4267d4f3d
commit 6b0ce11f25

@ -165,7 +165,7 @@ compareAll(1); compareAll(2);
```
Remove all multiple candidates, defined in [[RemoveMultipleCandidates.py|RemoveMultipleCandidates.py]]
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)
```
python RemoveMultipleCandidates.py -all
```