Skip to content

Commit 66c987b

Browse files
authored
Update strangenesstofpid.cxx
1 parent afd5715 commit 66c987b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,20 @@ struct strangenesstofpid {
14271427
v0tof.nSigmaNegativeLambdaPr, v0tof.nSigmaPositiveLambdaPi,
14281428
v0tof.nSigmaPositiveK0ShortPi, v0tof.nSigmaNegativeK0ShortPi);
14291429
}
1430+
if(calculateV0TOFPIDs.value){
1431+
v0tofpid(v0tof.deltaTimePositiveLambdaPi, v0tof.deltaTimePositiveLambdaPr,
1432+
v0tof.deltaTimeNegativeLambdaPi, v0tof.deltaTimeNegativeLambdaPr,
1433+
v0tof.deltaTimePositiveK0ShortPi, v0tof.deltaTimeNegativeK0ShortPi,
1434+
v0tof.deltaDecayTimeLambda, v0tof.deltaDecayTimeAntiLambda, v0tof.deltaDecayTimeK0Short);
1435+
}
1436+
if(calculateV0TOFBetas.value){
1437+
v0tofbeta(v0tof.betaLambda, v0tof.betaAntiLambda, v0tof.betaK0Short);
1438+
}
1439+
if(calculateV0TOFDebugs.value){
1440+
v0tofdebugs(v0tof.timeLambda, v0tof.timeK0Short,
1441+
v0tof.timePositivePr, v0tof.timePositivePi,
1442+
v0tof.timeNegativePr, v0tof.timeNegativePi);
1443+
}
14301444
}
14311445
}
14321446

0 commit comments

Comments
 (0)