File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ struct HfTaskUpcLc {
268268 const auto chi2PCA = candidate.chi2PCA ();
269269 const auto cpa = candidate.cpa ();
270270
271- double outputBkg (-1 ), outputPrompt (- 1 ), outputFD (- 1 ) ;
271+ double outputBkg (-1 );
272272
273273 auto fillTHnData = [&](bool isPKPi) {
274274 const auto massLc = isPKPi ? HfHelper::invMassLcToPKPi (candidate) : HfHelper::invMassLcToPiKP (candidate);
@@ -277,8 +277,6 @@ struct HfTaskUpcLc {
277277 const auto & mlProb = isPKPi ? candidate.mlProbLcToPKPi () : candidate.mlProbLcToPiKP ();
278278 if (mlProb.size () == NumberOfMlClasses) {
279279 outputBkg = mlProb[MlClassBackground]; // / bkg score
280- outputPrompt = mlProb[MlClassPrompt]; // / prompt score
281- outputFD = mlProb[MlClassNonPrompt]; // / non-prompt score
282280 }
283281 // / Fill the ML outputScores and variables of candidate
284282 if (fillTreeOnlySingleGap) {
You can’t perform that action at this time.
0 commit comments