From ba0efc7b0c05df55a1590ae8c888bd166b56918d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 2 May 2025 18:51:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowZdcTask.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGCF/Flow/Tasks/flowZdcTask.cxx b/PWGCF/Flow/Tasks/flowZdcTask.cxx index d43b0b9f64e..ddfaf7060c1 100644 --- a/PWGCF/Flow/Tasks/flowZdcTask.cxx +++ b/PWGCF/Flow/Tasks/flowZdcTask.cxx @@ -235,8 +235,8 @@ struct FlowZdcTask { auto* xAxis = hstat->GetXaxis(); xAxis->SetBinLabel(1, "All events"); xAxis->SetBinLabel(2, "SelEigth"); - xAxis->SetBinLabel(3, "NoSameBunchPileup"); // reject collisions in case of pileup with another collision in the same foundBC - xAxis->SetBinLabel(4, "GoodZvtxFT0vsPV"); // small difference between z-vertex from PV and from FT0 + xAxis->SetBinLabel(3, "NoSameBunchPileup"); // reject collisions in case of pileup with another collision in the same foundBC + xAxis->SetBinLabel(4, "GoodZvtxFT0vsPV"); // small difference between z-vertex from PV and from FT0 xAxis->SetBinLabel(5, "NoCollInTimeRangeStrict"); xAxis->SetBinLabel(6, "NoCollInTimeRangeStandard"); xAxis->SetBinLabel(7, "NoCollInRofStrict"); @@ -560,7 +560,6 @@ struct FlowZdcTask { } } - void processQVector(AodCollisions::iterator const& collision, aod::BCsWithTimestamps const&, AodTracks const& tracks, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcsData*/, aod::ZDCMults const& /*zdcMults*/) { if (!isEventSelected(collision)) { @@ -739,4 +738,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{ adaptAnalysisTask(cfgc)}; -} \ No newline at end of file +} + \ No newline at end of file