Skip to content

Commit 0b63ff4

Browse files
[PWGHF] change the tag value of reflection case for D0 bar in Tcc tree creator (#10040)
1 parent 8094338 commit 0b63ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/treeCreatorTccToD0D0Pi.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ struct HfTreeCreatorTccToD0D0Pi {
292292
std::copy(candidateD1.mlProbD0().begin(), candidateD1.mlProbD0().end(), std::back_inserter(mlScoresD1));
293293
massD01 = hfHelper.invMassD0ToPiK(candidateD1);
294294
} else if (candidateD1.isSelD0bar()) {
295-
candFlagD1 = (candidateD1.isSelD0()) ? 3 : 2;
295+
candFlagD1 = (candidateD1.isSelD0()) ? 4 : 2;
296296
std::copy(candidateD1.mlProbD0bar().begin(), candidateD1.mlProbD0bar().end(), std::back_inserter(mlScoresD1));
297297
massD01 = hfHelper.invMassD0barToKPi(candidateD1);
298298
}
@@ -303,7 +303,7 @@ struct HfTreeCreatorTccToD0D0Pi {
303303
massD02 = hfHelper.invMassD0ToPiK(candidateD2);
304304

305305
} else if (candidateD2.isSelD0bar()) {
306-
candFlagD2 = (candidateD2.isSelD0()) ? 3 : 2;
306+
candFlagD2 = (candidateD2.isSelD0()) ? 4 : 2;
307307
std::copy(candidateD2.mlProbD0bar().begin(), candidateD2.mlProbD0bar().end(), std::back_inserter(mlScoresD2));
308308
massD02 = hfHelper.invMassD0barToKPi(candidateD2);
309309
}

0 commit comments

Comments
 (0)