Skip to content

Commit 8954ed0

Browse files
committed
Please consider the following formatting changes
1 parent 24d25b6 commit 8954ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/treeCreatorTccToD0D0Pi.cxx

Lines changed: 1 addition & 1 deletion
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()) ? 3 : 2;
296296
std::copy(candidateD1.mlProbD0bar().begin(), candidateD1.mlProbD0bar().end(), std::back_inserter(mlScoresD1));
297297
massD01 = hfHelper.invMassD0barToKPi(candidateD1);
298298
}

0 commit comments

Comments
 (0)