Skip to content

Commit 87fe0e8

Browse files
committed
Remove unused variables
1 parent 426c197 commit 87fe0e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

PWGHF/D2H/Tasks/taskUpcLc.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)