Skip to content

Commit 9802a79

Browse files
authored
[PWGLF] heavyionmultiplicity.cxx (#17002)
1 parent 58af9bf commit 9802a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ struct HeavyionMultiplicity {
591591

592592
auto mcpart = Rectrack.mcParticle();
593593

594-
if (!isGenTrackSelected(mcpart)) {
594+
if (isGenTrackSelected(mcpart)) {
595595
histos.fill(HIST("hdcaxyvsptMCprimary"), Rectrack.dcaXY(), Rectrack.pt());
596596
histos.fill(HIST("hdcazvsptMCprimary"), Rectrack.dcaZ(), Rectrack.pt());
597597
}

0 commit comments

Comments
 (0)