From 841020d1dc36ead87e0fe4f2858ed8a8d7df9d3b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 11 Dec 2023 06:24:18 +0000 Subject: [PATCH] MegaLinter fixes --- Common/TableProducer/qVectorsTable.cxx | 2 +- Common/Tasks/qVectorsCorrection.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/TableProducer/qVectorsTable.cxx b/Common/TableProducer/qVectorsTable.cxx index b6c479f70ce..0e51ffdd6bb 100644 --- a/Common/TableProducer/qVectorsTable.cxx +++ b/Common/TableProducer/qVectorsTable.cxx @@ -239,7 +239,7 @@ struct qVectorsTable { float qVectBPos[2] = {0.}; float qVectBNeg[2] = {0.}; - TComplex QvecDet(0); // Complex value of the Q-vector for any detector. + TComplex QvecDet(0); // Complex value of the Q-vector for any detector. TComplex QvecFT0M(0); float sumAmplFT0A = 0.; // Sum of the amplitudes of all non-dead channels in any detector. float sumAmplFT0C = 0.; diff --git a/Common/Tasks/qVectorsCorrection.cxx b/Common/Tasks/qVectorsCorrection.cxx index 5ca59b0065d..f63f260a350 100644 --- a/Common/Tasks/qVectorsCorrection.cxx +++ b/Common/Tasks/qVectorsCorrection.cxx @@ -235,8 +235,8 @@ struct qVectorsCorrection { case 7: fillHistosQvec<7>(qVec); break; - } // End switch(centBin) - } // End void process(...) + } // End switch(centBin) + } // End void process(...) }; WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)