You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (candidate.mlProbLcToPKPi().size() == scoresNum) {
1703
1703
// protect from empty vectors
1704
1704
// the BDT output score might be empty if no preselections were enabled (selectionFlag null)
1705
1705
// !!! NB: each rotated candidates inherits the BDT scores of the original candidate, even if the candidate pt changed after the rotation of the kaon-track pt !!!
if (candidate.mlProbLcToPiKP().size() == scoresNum) {
1737
1738
// protect from empty vectors
1738
1739
// the BDT output score might be empty if no preselections were enabled (selectionFlag null)
1739
1740
// !!! NB: each rotated candidates inherits the BDT scores of the original candidate, even if the candidate pt changed after the rotation of the kaon-track pt !!!
0 commit comments