From 3f4040c3c739f083dd1015accbfaae75ccacad59 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 13 May 2026 19:17:02 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tasks/qVectorsCorrection.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/Tasks/qVectorsCorrection.cxx b/Common/Tasks/qVectorsCorrection.cxx index 477b9626b61..b879cdaeb4c 100644 --- a/Common/Tasks/qVectorsCorrection.cxx +++ b/Common/Tasks/qVectorsCorrection.cxx @@ -418,8 +418,8 @@ struct qVectorsCorrection { auto epRefBTwistInd = helperEP.GetEventPlane(getQVecRe(vec, RefBInd + 2), getQVecIm(vec, RefBInd + 2), nmode); auto epRefBFinalInd = helperEP.GetEventPlane(getQVecRe(vec, RefBInd + 3), getQVecIm(vec, RefBInd + 3), nmode); - auto occ = vec.trackOccupancyInTimeRange(); - auto cent = vec.cent(); + auto occ = vec.trackOccupancyInTimeRange(); + auto cent = vec.cent(); if (nmode == 2) { if (vec.qvecAmp()[DetId] > 1e-8) { @@ -643,7 +643,7 @@ struct qVectorsCorrection { } } - template + template void processColls(TCollision const& flowQVec, MyTracks const& tracks) { histosQA.fill(HIST("histCentFull"), flowQVec.cent());