Skip to content

Commit bee8954

Browse files
authored
Merge pull request #15 from alibuild/alibot-cleanup-12089
Please consider the following formatting changes to #12089
2 parents 27d994c + e41a83e commit bee8954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ struct HfDerivedDataCreatorDstarToD0Pi {
288288
if constexpr (isMl) {
289289
std::copy(candidate.mlProbDstarToD0Pi().begin(), candidate.mlProbDstarToD0Pi().end(), std::back_inserter(mlScoresDstarToD0Pi));
290290
}
291-
if (candidate.signSoftPi() > 0){
291+
if (candidate.signSoftPi() > 0) {
292292
fillTablesCandidate(candidate, prong0, prong1, prongSoftPi, 0, massDstar, y, flagMcRec, flagMcRecD0, origin, nTracksDecayed, ptBhadMotherPart, pdgBhadMotherPart, mlScoresDstarToD0Pi);
293293
} else {
294294
fillTablesCandidate(candidate, prong1, prong0, prongSoftPi, 1, massDstar, y, flagMcRec, flagMcRecD0, origin, nTracksDecayed, ptBhadMotherPart, pdgBhadMotherPart, mlScoresDstarToD0Pi);

0 commit comments

Comments
 (0)