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)