From 51cbc48a8b0cfbaed666c1cfd539a45f1a48c0e4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 26 Sep 2025 13:58:20 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/qVectorsTable.cxx | 4 ++-- Common/Tasks/qVectorsCorrection.cxx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Common/TableProducer/qVectorsTable.cxx b/Common/TableProducer/qVectorsTable.cxx index 46057aa7a00..58b569fec42 100644 --- a/Common/TableProducer/qVectorsTable.cxx +++ b/Common/TableProducer/qVectorsTable.cxx @@ -281,7 +281,7 @@ struct qVectorsTable { if (cfgShiftCorr) { shiftprofile.clear(); - for (std::size_t i = 0; i < cfgnMods->size(); i++) { + for (std::size_t i = 0; i < cfgnMods->size(); i++) { int ind = cfgnMods->at(i); fullPath = cfgShiftPath; fullPath += "/v"; @@ -289,7 +289,7 @@ struct qVectorsTable { auto objshift = getForTsOrRun(fullPath, timestamp, runnumber); shiftprofile.push_back(objshift); } - } + } fullPath = cfgGainEqPath; fullPath += "/FT0"; diff --git a/Common/Tasks/qVectorsCorrection.cxx b/Common/Tasks/qVectorsCorrection.cxx index 5fcfa1a3f2e..e41eceaaefe 100644 --- a/Common/Tasks/qVectorsCorrection.cxx +++ b/Common/Tasks/qVectorsCorrection.cxx @@ -254,7 +254,6 @@ struct qVectorsCorrection { } } // End void init(InitContext const&) - template void fillHistosFlowWithSC(const CollType& coll, const TrackType& track, int nmode) {