File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments