File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments