Skip to content

Commit 6bbaa19

Browse files
Merge pull request #28 from alibuild/alibot-cleanup-12111
Please consider the following formatting changes to #12111
2 parents eb1a541 + 40ea58e commit 6bbaa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmHadPiReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ struct HfDataCreatorCharmHadPiReduced {
14451445
trackParCovSoftPion.getSigmaTglSnp(), trackParCovSoftPion.getSigmaTgl2(),
14461446
trackParCovSoftPion.getSigma1PtY(), trackParCovSoftPion.getSigma1PtZ(), trackParCovSoftPion.getSigma1PtSnp(),
14471447
trackParCovSoftPion.getSigma1PtTgl(), trackParCovSoftPion.getSigma1Pt2());
1448-
if constexpr (withMl) {
1448+
if constexpr (withMl) {
14491449
std::array<float, 6> mlScores = {-1.f, -1.f, -1.f, -1.f, -1.f, -1.f};
14501450
if (candC.mlProbDstarToD0Pi().size() == NSizeMLScore) {
14511451
std::copy(candC.mlProbDstarToD0Pi().begin(), candC.mlProbDstarToD0Pi().end(), mlScores.begin());

0 commit comments

Comments
 (0)