We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27d994c + e41a83e commit bee8954Copy full SHA for bee8954
1 file changed
PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx
@@ -288,7 +288,7 @@ struct HfDerivedDataCreatorDstarToD0Pi {
288
if constexpr (isMl) {
289
std::copy(candidate.mlProbDstarToD0Pi().begin(), candidate.mlProbDstarToD0Pi().end(), std::back_inserter(mlScoresDstarToD0Pi));
290
}
291
- if (candidate.signSoftPi() > 0){
+ if (candidate.signSoftPi() > 0) {
292
fillTablesCandidate(candidate, prong0, prong1, prongSoftPi, 0, massDstar, y, flagMcRec, flagMcRecD0, origin, nTracksDecayed, ptBhadMotherPart, pdgBhadMotherPart, mlScoresDstarToD0Pi);
293
} else {
294
fillTablesCandidate(candidate, prong1, prong0, prongSoftPi, 1, massDstar, y, flagMcRec, flagMcRecD0, origin, nTracksDecayed, ptBhadMotherPart, pdgBhadMotherPart, mlScoresDstarToD0Pi);
0 commit comments