Skip to content

Commit 59536df

Browse files
authored
fix qc histo (#7164)
1 parent fe530bf commit 59536df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/TableProducer/Strangeness/cascqaanalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ struct cascqaanalysis {
575575
}
576576

577577
if (candidateQA) {
578-
registry.fill(HIST("hNcandidates"), nCandAll, collision.centFT0M(), 0);
579-
registry.fill(HIST("hNcandidates"), nCandSel, collision.centFT0M(), 1);
578+
registry.fill(HIST("hNcandidates"), nCandAll, mcCollision.centFT0M(), 0);
579+
registry.fill(HIST("hNcandidates"), nCandSel, mcCollision.centFT0M(), 1);
580580
}
581581
}
582582

0 commit comments

Comments
 (0)