We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f909b commit 5149cf3Copy full SHA for 5149cf3
PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx
@@ -532,8 +532,6 @@ struct FactorialMomentsTask {
532
for (int iPt = 0; iPt < numPt; ++iPt) {
533
if (countTracks[iPt] > 0) {
534
mHistArrQA[iPt * 4 + 3]->Fill(countTracks[iPt]);
535
- } else {
536
- return;
537
}
538
539
@@ -589,8 +587,6 @@ struct FactorialMomentsTask {
589
587
590
588
591
592
593
594
595
596
// Calculate the normalized factorial moments
0 commit comments