Skip to content

Commit 348706d

Browse files
authored
[PWGCF] Factorial moments. Remove redundant condition (#14602)
1 parent e12caba commit 348706d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,6 @@ struct FactorialMomentsTask {
532532
for (int iPt = 0; iPt < numPt; ++iPt) {
533533
if (countTracks[iPt] > 0) {
534534
mHistArrQA[iPt * 4 + 3]->Fill(countTracks[iPt]);
535-
} else {
536-
return;
537535
}
538536
}
539537

@@ -589,8 +587,6 @@ struct FactorialMomentsTask {
589587
for (int iPt = 0; iPt < numPt; ++iPt) {
590588
if (countTracks[iPt] > 0) {
591589
mHistArrQA[iPt * 4 + 3]->Fill(countTracks[iPt]);
592-
} else {
593-
return;
594590
}
595591
}
596592
// Calculate the normalized factorial moments

0 commit comments

Comments
 (0)