From e41a83e54f05a42ce68bc0cd4456a5ee2847831d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 16 Jul 2025 14:58:00 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx b/PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx index 05c6511a943..f601bbe264a 100644 --- a/PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx +++ b/PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx @@ -288,7 +288,7 @@ struct HfDerivedDataCreatorDstarToD0Pi { if constexpr (isMl) { std::copy(candidate.mlProbDstarToD0Pi().begin(), candidate.mlProbDstarToD0Pi().end(), std::back_inserter(mlScoresDstarToD0Pi)); } - if (candidate.signSoftPi() > 0){ + if (candidate.signSoftPi() > 0) { fillTablesCandidate(candidate, prong0, prong1, prongSoftPi, 0, massDstar, y, flagMcRec, flagMcRecD0, origin, nTracksDecayed, ptBhadMotherPart, pdgBhadMotherPart, mlScoresDstarToD0Pi); } else { fillTablesCandidate(candidate, prong1, prong0, prongSoftPi, 1, massDstar, y, flagMcRec, flagMcRecD0, origin, nTracksDecayed, ptBhadMotherPart, pdgBhadMotherPart, mlScoresDstarToD0Pi);