From 8250b8151255f23db8679ab28b7b583ec3085380 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 7 May 2025 11:33:46 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/TableProducer/zdcQVectors.cxx | 5 ++--- PWGCF/Flow/Tasks/flowSP.cxx | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/PWGCF/Flow/TableProducer/zdcQVectors.cxx b/PWGCF/Flow/TableProducer/zdcQVectors.cxx index a1162824f3a..77f436b383e 100644 --- a/PWGCF/Flow/TableProducer/zdcQVectors.cxx +++ b/PWGCF/Flow/TableProducer/zdcQVectors.cxx @@ -535,7 +535,8 @@ struct ZdcQVectors { if (cfgNGlobal) cent = collision.centNGlobal(); - if(cfgFillCommonRegistry) registry.fill(HIST("QA/centrality_before"), cent); + if (cfgFillCommonRegistry) + registry.fill(HIST("QA/centrality_before"), cent); if (!eventSelected(collision, cent)) { // event not selected @@ -668,7 +669,6 @@ struct ZdcQVectors { registry.fill(HIST("QA/ZNC_Energy"), bincenter, eZN[i + 4]); registry.fill(HIST("QA/ZNC_Energy"), bincenter + 4, e[i + 4]); - registry.get(HIST("QA/before/ZNA_pmC"))->Fill(Form("%d", runnumber), meanEZN[0]); registry.get(HIST("QA/before/ZNA_pm1"))->Fill(Form("%d", runnumber), eZN[0]); registry.get(HIST("QA/before/ZNA_pm2"))->Fill(Form("%d", runnumber), eZN[1]); @@ -681,7 +681,6 @@ struct ZdcQVectors { registry.get(HIST("QA/before/ZNC_pm3"))->Fill(Form("%d", runnumber), eZN[6]); registry.get(HIST("QA/before/ZNC_pm4"))->Fill(Form("%d", runnumber), eZN[7]); - registry.get(HIST("QA/after/ZNA_pm2"))->Fill(Form("%d", runnumber), e[1]); registry.get(HIST("QA/after/ZNA_pm3"))->Fill(Form("%d", runnumber), e[2]); registry.get(HIST("QA/after/ZNA_pm4"))->Fill(Form("%d", runnumber), e[3]); diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index 103736d776b..e5bd7a809c2 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -1063,11 +1063,11 @@ struct FlowSP { } if (centrality > cfgCentMax || centrality < cfgCentMin) - return; + return; registry.fill(HIST("hEventCount"), evSel_CentCuts); - if (cfgFillQAHistos) + if (cfgFillQAHistos) fillEventQA(collision, tracks); double corrQQ = 1., corrQQx = 1., corrQQy = 1.;