Skip to content

Commit c35d87b

Browse files
[PWGHF] fix a mistake in previous commit in tcc tree creator (#10666)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 897adef commit c35d87b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGHF/TableProducer/treeCreatorTccToD0D0Pi.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ struct HfTreeCreatorTccToD0D0Pi {
293293
massD01 = hfHelper.invMassD0ToPiK(candidateD1);
294294
}
295295
if (candidateD1.isSelD0bar()) {
296+
candFlagD1 = 2;
296297
std::copy(candidateD1.mlProbD0bar().begin(), candidateD1.mlProbD0bar().end(), std::back_inserter(mlScoresD1));
297298
massD01 = hfHelper.invMassD0barToKPi(candidateD1);
298299
}
@@ -303,6 +304,7 @@ struct HfTreeCreatorTccToD0D0Pi {
303304
massD02 = hfHelper.invMassD0ToPiK(candidateD2);
304305
}
305306
if (candidateD2.isSelD0bar()) {
307+
candFlagD2 = 2;
306308
std::copy(candidateD2.mlProbD0bar().begin(), candidateD2.mlProbD0bar().end(), std::back_inserter(mlScoresD2));
307309
massD02 = hfHelper.invMassD0barToKPi(candidateD2);
308310
}

0 commit comments

Comments
 (0)