From 901b79339456fa7bb5376365325aff457361ca5d Mon Sep 17 00:00:00 2001 From: SCHOTTER Romain <47983209+romainschotter@users.noreply.github.com> Date: Sat, 29 Aug 2026 23:52:04 +0200 Subject: [PATCH] Fix typos in strangenesstofpid --- PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx b/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx index 2a580d9084b..0efa3c86b35 100644 --- a/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx +++ b/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx @@ -1356,11 +1356,11 @@ struct strangenesstofpid { // wrong hypothesis casctof.nSigmaXiLaEl = -999.; casctof.nSigmaXiLaKa = -999.; - casctof.nSigmaXiLaPi = -999.; + casctof.nSigmaXiLaPr = -999.; casctof.nSigmaOmLaEl = -999.; casctof.nSigmaOmLaKa = -999.; - casctof.nSigmaOmLaPi = -999.; + casctof.nSigmaOmLaPr = -999.; } } else { casctof.nSigmaXiLaPi = mTOFResponse->nSigma(pTof.tofSignal - xiFlight - lambdaFlight, pTof.tofExpMom, lengthPositive, posTrack.getP(), posTrack.getEta(), pTof.tofEvTime, pTof.tofEvTimeErr); @@ -1466,11 +1466,11 @@ struct strangenesstofpid { // wrong hypothesis casctof.nSigmaXiLaEl = -999.; casctof.nSigmaXiLaKa = -999.; - casctof.nSigmaXiLaPi = -999.; + casctof.nSigmaXiLaPr = -999.; casctof.nSigmaOmLaEl = -999.; casctof.nSigmaOmLaKa = -999.; - casctof.nSigmaOmLaPi = -999.; + casctof.nSigmaOmLaPr = -999.; } } else { casctof.nSigmaXiLaPi = mTOFResponse->nSigma(nTof.tofSignal - xiFlight - lambdaFlight, nTof.tofExpMom, lengthNegative, negTrack.getP(), negTrack.getEta(), nTof.tofEvTime, nTof.tofEvTimeErr);