Skip to content

Commit b99f829

Browse files
committed
fix compilation warning
1 parent 23f2b35 commit b99f829

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ALICE3/TableProducer/alice3strangenessFinder.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -512,11 +512,6 @@ struct Alice3strangenessFinder {
512512
v0cand.cosPA, v0cand.dcaToPV);
513513

514514
o2::track::TrackParCov v0(v0cand.posSV, v0cand.p, v0cand.parentTrackCovMatrix, 0);
515-
516-
const float k0sMassHypothesis = RecoDecay::m(std::array{std::array{v0cand.pDau0[0], v0cand.pDau0[1], v0cand.pDau0[2]},
517-
std::array{v0cand.pDau1[0], v0cand.pDau1[1], v0cand.pDau1[2]}},
518-
std::array{o2::constants::physics::MassPionCharged, o2::constants::physics::MassPionCharged});
519-
520515
const float lambdaMassHypothesis = RecoDecay::m(std::array{std::array{v0cand.pDau0[0], v0cand.pDau0[1], v0cand.pDau0[2]},
521516
std::array{v0cand.pDau1[0], v0cand.pDau1[1], v0cand.pDau1[2]}},
522517
std::array{o2::constants::physics::MassProton, o2::constants::physics::MassPionCharged});

0 commit comments

Comments
 (0)