Skip to content

Commit f69f496

Browse files
committed
Cleanup 2
1 parent 3dd6f93 commit f69f496

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,11 +730,8 @@ struct strangenesstofpid {
730730
float decayTimeK0Short = 0.5f * ((pTra.tofSignal() - timePositivePi) + (nTra.tofSignal() - timeNegativePi)) - evTimeMean;
731731

732732
float betaLambda = o2::aod::cascdata::kNoTOFValue;
733-
;
734733
float betaAntiLambda = o2::aod::cascdata::kNoTOFValue;
735-
;
736734
float betaK0Short = o2::aod::cascdata::kNoTOFValue;
737-
;
738735

739736
if (nTra.hasTOF() && pTra.hasTOF()) {
740737
betaLambda = (lengthV0 / decayTimeLambda) / 0.0299792458;

0 commit comments

Comments
 (0)