Skip to content

Commit 0566bd9

Browse files
Update taskFlowCharmHadrons.cxx
1 parent 2079a31 commit 0566bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ struct HfTaskFlowCharmHadrons {
573573
break;
574574
case DecayChannel::D0ToKPi:
575575
massCand = HfHelper::invMassD0barToKPi(candidate);
576-
signCand = candidate.isSelD0() ? 4 : 2; // 4: reflected D0bar, 2: pure D0bar excluding reflected D0
576+
signCand = candidate.isSelD0() ? 3 : 2; // 3: reflected D0, 2: pure D0bar excluding reflected D0
577577
if constexpr (std::is_same_v<T1, CandD0DataWMl>) {
578578
for (unsigned int iclass = 0; iclass < classMl->size(); iclass++) {
579579
outputMl[iclass] = candidate.mlProbD0bar()[classMl->at(iclass)];

0 commit comments

Comments
 (0)