From 96751d8397ab57d831eed6967305518696bb83c8 Mon Sep 17 00:00:00 2001 From: Sabrina Hernandez Date: Sun, 2 Nov 2025 21:25:50 -0600 Subject: [PATCH] remove else in function --- PWGCF/Flow/Tasks/flowZdcTask.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/PWGCF/Flow/Tasks/flowZdcTask.cxx b/PWGCF/Flow/Tasks/flowZdcTask.cxx index 3c9c85c1d0f..89ae63e6507 100644 --- a/PWGCF/Flow/Tasks/flowZdcTask.cxx +++ b/PWGCF/Flow/Tasks/flowZdcTask.cxx @@ -455,8 +455,6 @@ struct FlowZdcTask { for (const auto& amplitude : foundBC.ft0().amplitudeC()) { aT0C += amplitude; } - } else { - return; } histos.fill(HIST("hEventCounter"), EvCutLabel::TZero); if (foundBC.has_fv0a()) {