We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76543cf commit 35e4a8aCopy full SHA for 35e4a8a
PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx
@@ -738,8 +738,6 @@ struct strangenesstofpid {
738
}
739
740
if (lengthNegative > 0.0f) {
741
- v0tof.timeNegativePr = lengthNegative / velocityNegativePr;
742
- v0tof.timeNegativePi = lengthNegative / velocityNegativePi;
743
v0tof.deltaTimeNegativeLambdaPr = (nTof.tofSignal - nTof.tofEvTime) - (timeLambda + v0tof.timeNegativePr);
744
v0tof.deltaTimeNegativeLambdaPi = (nTof.tofSignal - nTof.tofEvTime) - (timeLambda + v0tof.timeNegativePi);
745
v0tof.deltaTimeNegativeK0ShortPi = (nTof.tofSignal - nTof.tofEvTime) - (timeK0Short + v0tof.timeNegativePi);
0 commit comments