From f9d9beb0b8068e95d939b307e31c46f9f29dc607 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 14 Mar 2025 14:42:09 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx b/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx index ce2aecacc8f..e4d9749efd8 100644 --- a/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx +++ b/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx @@ -835,8 +835,8 @@ struct Phik0shortanalysis { } // Fill Phi invariant mass vs Pion nSigmaTPC/TOF histogram - template - void fillInvMassNSigma(const T& Pi, const std::vector& listPhi, float multiplicity, const std::vector& weights) + template + void fillInvMassNSigma(const T& Pi, const std::vector& listPhi, float multiplicity, const std::vector& weights) { float nSigmaTOFPi = (Pi.hasTOF() ? Pi.tofNSigmaPi() : -999);