Skip to content

Commit b928fc8

Browse files
authored
Merge pull request #16 from alibuild/alibot-cleanup-12089
Please consider the following formatting changes to #12089
2 parents 5e83bff + 23a15bb commit b928fc8

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
@@ -287,7 +287,7 @@ struct HfDerivedDataCreatorDstarToD0Pi {
287287
if constexpr (isMl) {
288288
std::copy(candidate.mlProbDstarToD0Pi().begin(), candidate.mlProbDstarToD0Pi().end(), std::back_inserter(mlScoresDstarToD0Pi));
289289
}
290-
if (candidate.signSoftPi() > 0){
290+
if (candidate.signSoftPi() > 0) {
291291
double massDstar = candidate.invMassDstar();
292292
double invMassD0 = candidate.invMassD0();
293293
fillTablesCandidate(candidate, prong0, prong1, prongSoftPi, 0, massDstar, invMassD0, y, flagMcRec, flagMcRecD0, origin, nTracksDecayed, ptBhadMotherPart, pdgBhadMotherPart, mlScoresDstarToD0Pi);

0 commit comments

Comments
 (0)