Update 'Selection code'

Renata Kopecná 2022-01-25 17:58:52 +01:00
parent 126d0ed840
commit 8d70d1a04d

@ -51,7 +51,7 @@ Check the MVA variables are agreeing after weighting them with sWeights
compareAll(1); compareAll(2);
```
Reweighted Data and Monte Carlo can be used for the [[MVA.cpp|MVA training]]
Reweighted Data and Monte Carlo can be used for the [[MVA.cpp|MVA.cpp]]
```
.L MVA.cpp+
RunMVA(1); RunMVA(2);
@ -81,7 +81,7 @@ Check the variables again
compareAll(1); compareAll(2);
```
Run the MVA training, [[make nice plots|Plot MVA]], apply the MVA and remove multiple candidates
Run the MVA training, [[make nice plots|Plot TMVA]], apply the MVA and remove multiple candidates
```
.L MVA.cpp+