Skip to content

Commit 56d5c51

Browse files
committed
Fix Antilambda mass window cut
1 parent e9fe30a commit 56d5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ struct StrangenessInJetsIons {
761761
return false;
762762

763763
if (configV0.requireLambdaMassCuts &&
764-
std::abs(v0.mLambda() - o2::constants::physics::MassLambda) > configV0.lamMassWindow)
764+
std::abs(v0.mAntiLambda() - o2::constants::physics::MassLambda) > configV0.lamMassWindow)
765765
return false;
766766

767767
// PID selections (TOF): negative track = proton, positive track = pion

0 commit comments

Comments
 (0)