Skip to content

Commit d58a084

Browse files
author
jimun_lee
committed
[PWGLF] Fixed macOS-arm issues about KstarInOO.cxx
1 parent 7c43956 commit d58a084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ struct kstarInOO {
472472
auto centrality = collision1.centFT0C();
473473

474474
for (const auto& [trk1, trk2] : combinations(o2::soa::CombinationsFullIndexPolicy(tracks1, tracks2))) {
475-
auto [KstarPt, Minv] = minvReconstruction(trk1, trk2, false);
475+
auto [KstarPt, Minv] = minvReconstruction(trk1, trk2, QA);
476476
if (Minv < 0)
477477
continue;
478478

0 commit comments

Comments
 (0)