Skip to content

Commit 901b793

Browse files
Fix typos in strangenesstofpid
1 parent 12746b4 commit 901b793

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,11 +1356,11 @@ struct strangenesstofpid {
13561356
// wrong hypothesis
13571357
casctof.nSigmaXiLaEl = -999.;
13581358
casctof.nSigmaXiLaKa = -999.;
1359-
casctof.nSigmaXiLaPi = -999.;
1359+
casctof.nSigmaXiLaPr = -999.;
13601360

13611361
casctof.nSigmaOmLaEl = -999.;
13621362
casctof.nSigmaOmLaKa = -999.;
1363-
casctof.nSigmaOmLaPi = -999.;
1363+
casctof.nSigmaOmLaPr = -999.;
13641364
}
13651365
} else {
13661366
casctof.nSigmaXiLaPi = mTOFResponse->nSigma<o2::track::PID::Pion>(pTof.tofSignal - xiFlight - lambdaFlight, pTof.tofExpMom, lengthPositive, posTrack.getP(), posTrack.getEta(), pTof.tofEvTime, pTof.tofEvTimeErr);
@@ -1466,11 +1466,11 @@ struct strangenesstofpid {
14661466
// wrong hypothesis
14671467
casctof.nSigmaXiLaEl = -999.;
14681468
casctof.nSigmaXiLaKa = -999.;
1469-
casctof.nSigmaXiLaPi = -999.;
1469+
casctof.nSigmaXiLaPr = -999.;
14701470

14711471
casctof.nSigmaOmLaEl = -999.;
14721472
casctof.nSigmaOmLaKa = -999.;
1473-
casctof.nSigmaOmLaPi = -999.;
1473+
casctof.nSigmaOmLaPr = -999.;
14741474
}
14751475
} else {
14761476
casctof.nSigmaXiLaPi = mTOFResponse->nSigma<o2::track::PID::Pion>(nTof.tofSignal - xiFlight - lambdaFlight, nTof.tofExpMom, lengthNegative, negTrack.getP(), negTrack.getEta(), nTof.tofEvTime, nTof.tofEvTimeErr);

0 commit comments

Comments
 (0)