From cc24bf76b56c741ec0e1c59f14271d4837ca0e37 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 17 Feb 2025 20:19:01 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h b/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h index 046433d9488..67dce9fc125 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h @@ -234,7 +234,7 @@ class FemtoUniverseContainer if (!isiden) { femtoObs = FemtoUniverseMath::getkstar(part1, mMassOne, part2, mMassTwo); } else { - femtoObs = 2.0*FemtoUniverseMath::getkstar(part1, mMassOne, part2, mMassTwo); + femtoObs = 2.0 * FemtoUniverseMath::getkstar(part1, mMassOne, part2, mMassTwo); } } const float mT = FemtoUniverseMath::getmT(part1, mMassOne, part2, mMassTwo); @@ -249,7 +249,7 @@ class FemtoUniverseContainer if (!isiden) { femtoObsMC = FemtoUniverseMath::getkstar(part1.fdMCParticle(), mMassOne, part2.fdMCParticle(), mMassTwo); } else { - femtoObsMC = 2.0*FemtoUniverseMath::getkstar(part1.fdMCParticle(), mMassOne, part2.fdMCParticle(), mMassTwo); + femtoObsMC = 2.0 * FemtoUniverseMath::getkstar(part1.fdMCParticle(), mMassOne, part2.fdMCParticle(), mMassTwo); } } const float mTMC = FemtoUniverseMath::getmT(part1.fdMCParticle(), mMassOne, part2.fdMCParticle(), mMassTwo); @@ -268,7 +268,6 @@ class FemtoUniverseContainer } } - protected: HistogramRegistry* mHistogramRegistry = nullptr; ///< For QA output static constexpr std::string_view FolderSuffix[2] = {"SameEvent", "MixedEvent"}; ///< Folder naming for the output according to EventType