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();