We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2079a31 commit 0566bd9Copy full SHA for 0566bd9
PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx
@@ -573,7 +573,7 @@ struct HfTaskFlowCharmHadrons {
573
break;
574
case DecayChannel::D0ToKPi:
575
massCand = HfHelper::invMassD0barToKPi(candidate);
576
- signCand = candidate.isSelD0() ? 4 : 2; // 4: reflected D0bar, 2: pure D0bar excluding reflected D0
+ signCand = candidate.isSelD0() ? 3 : 2; // 3: reflected D0, 2: pure D0bar excluding reflected D0
577
if constexpr (std::is_same_v<T1, CandD0DataWMl>) {
578
for (unsigned int iclass = 0; iclass < classMl->size(); iclass++) {
579
outputMl[iclass] = candidate.mlProbD0bar()[classMl->at(iclass)];
0 commit comments