From bb60b09c79d7443778fa4658953c950b3c67c487 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 10 Nov 2025 21:17:03 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/DataModel/SPTableZDC.h | 3 +-- PWGCF/Flow/TableProducer/zdcQVectors.cxx | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/PWGCF/DataModel/SPTableZDC.h b/PWGCF/DataModel/SPTableZDC.h index 7eac2e0c352..6e732ee562e 100644 --- a/PWGCF/DataModel/SPTableZDC.h +++ b/PWGCF/DataModel/SPTableZDC.h @@ -12,8 +12,7 @@ /// \file SPTableZDC.h /// \author Noor Koster /// \since 11/2024 -/// \brief Table to hold Q-vectors and neccesary information for the ZDC q-vector calibration. - +/// \brief Table to hold Q-vectors and neccesary information for the ZDC q-vector calibration. #ifndef PWGCF_DATAMODEL_SPTABLEZDC_H_ #define PWGCF_DATAMODEL_SPTABLEZDC_H_ diff --git a/PWGCF/Flow/TableProducer/zdcQVectors.cxx b/PWGCF/Flow/TableProducer/zdcQVectors.cxx index 8dd8cedd520..64ae1362838 100644 --- a/PWGCF/Flow/TableProducer/zdcQVectors.cxx +++ b/PWGCF/Flow/TableProducer/zdcQVectors.cxx @@ -661,22 +661,22 @@ struct ZdcQVectors { centralities.push_back(collision.centFT0C()); - if (cfgFT0Cvariant1){ + if (cfgFT0Cvariant1) { centralities.push_back(collision.centFT0CVariant1()); if (cfgUseSecondCent) cent = collision.centFT0CVariant1(); } - if (cfgFT0M){ + if (cfgFT0M) { centralities.push_back(collision.centFT0M()); if (cfgUseSecondCent) cent = collision.centFT0M(); } - if (cfgFV0A){ + if (cfgFV0A) { centralities.push_back(collision.centFV0A()); if (cfgUseSecondCent) cent = collision.centFV0A(); } - if (cfgNGlobal){ + if (cfgNGlobal) { centralities.push_back(collision.centNGlobal()); if (cfgUseSecondCent) cent = collision.centNGlobal();