We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fe30a commit 56d5c51Copy full SHA for 56d5c51
PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx
@@ -761,7 +761,7 @@ struct StrangenessInJetsIons {
761
return false;
762
763
if (configV0.requireLambdaMassCuts &&
764
- std::abs(v0.mLambda() - o2::constants::physics::MassLambda) > configV0.lamMassWindow)
+ std::abs(v0.mAntiLambda() - o2::constants::physics::MassLambda) > configV0.lamMassWindow)
765
766
767
// PID selections (TOF): negative track = proton, positive track = pion
0 commit comments