From 51c7eff69995087fcc9e78a2ab08d34f5197a6b9 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 20 May 2026 08:13:30 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tasks/centralityQa.cxx | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Common/Tasks/centralityQa.cxx b/Common/Tasks/centralityQa.cxx index 7be108d9016..ab7bd502377 100644 --- a/Common/Tasks/centralityQa.cxx +++ b/Common/Tasks/centralityQa.cxx @@ -116,11 +116,11 @@ struct CentralityQa { if (INELgtZERO && col.multNTracksPVeta1() < 1) { return; } - if (!col.sel8()){ + if (!col.sel8()) { return; } - if (std::abs(col.posZ()) > vertexZcut){ - return; + if (std::abs(col.posZ()) > vertexZcut) { + return; } LOGF(debug, "centFV0A=%.0f", col.centFV0A()); hCentFV0A->Fill(col.centFV0A()); @@ -133,11 +133,11 @@ struct CentralityQa { if (INELgtZERO && col.multNTracksPVeta1() < 1) { return; } - if (!col.sel8()){ + if (!col.sel8()) { return; } - if (std::abs(col.posZ()) > vertexZcut){ - return; + if (std::abs(col.posZ()) > vertexZcut) { + return; } LOGF(debug, "centFT0M=%.0f", col.centFT0M()); hCentFT0M->Fill(col.centFT0M()); @@ -150,11 +150,11 @@ struct CentralityQa { if (INELgtZERO && col.multNTracksPVeta1() < 1) { return; } - if (!col.sel8()){ + if (!col.sel8()) { return; } - if (std::abs(col.posZ()) > vertexZcut){ - return; + if (std::abs(col.posZ()) > vertexZcut) { + return; } hCentFT0A->Fill(col.centFT0A()); hCentProfileFT0A->Fill(col.centFT0A(), col.multNTracksPVetaHalf()); @@ -166,11 +166,11 @@ struct CentralityQa { if (INELgtZERO && col.multNTracksPVeta1() < 1) { return; } - if (!col.sel8()){ + if (!col.sel8()) { return; } - if (std::abs(col.posZ()) > vertexZcut){ - return; + if (std::abs(col.posZ()) > vertexZcut) { + return; } hCentFT0C->Fill(col.centFT0C()); hCentProfileFT0C->Fill(col.centFT0C(), col.multNTracksPVetaHalf()); @@ -182,11 +182,11 @@ struct CentralityQa { if (INELgtZERO && col.multNTracksPVeta1() < 1) { return; } - if (!col.sel8()){ + if (!col.sel8()) { return; } - if (std::abs(col.posZ()) > vertexZcut){ - return; + if (std::abs(col.posZ()) > vertexZcut) { + return; } hCentFDDM->Fill(col.centFDDM()); hCentProfileFDDM->Fill(col.centFDDM(), col.multNTracksPVetaHalf()); @@ -198,11 +198,11 @@ struct CentralityQa { if (INELgtZERO && col.multNTracksPVeta1() < 1) { return; } - if (!col.sel8()){ + if (!col.sel8()) { return; } - if (std::abs(col.posZ()) > vertexZcut){ - return; + if (std::abs(col.posZ()) > vertexZcut) { + return; } hCentNTPV->Fill(col.centNTPV()); hCentProfileNTPV->Fill(col.centNTPV(), col.multNTracksPVetaHalf());