From ad3ae407ce0cc9170cde9da4e8f8e39e556cd59d Mon Sep 17 00:00:00 2001 From: baasingh Date: Fri, 23 Jan 2026 14:26:57 +0530 Subject: [PATCH] PWGCF: fix bug --- PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx b/PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx index 6e39fc150ff..dd074339715 100644 --- a/PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx +++ b/PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx @@ -532,8 +532,6 @@ struct FactorialMomentsTask { for (int iPt = 0; iPt < numPt; ++iPt) { if (countTracks[iPt] > 0) { mHistArrQA[iPt * 4 + 3]->Fill(countTracks[iPt]); - } else { - return; } } @@ -589,8 +587,6 @@ struct FactorialMomentsTask { for (int iPt = 0; iPt < numPt; ++iPt) { if (countTracks[iPt] > 0) { mHistArrQA[iPt * 4 + 3]->Fill(countTracks[iPt]); - } else { - return; } } // Calculate the normalized factorial moments