Skip to content

Commit 8e151d4

Browse files
authored
[PWGLF] fix bug (#10553)
1 parent 1ab1c0c commit 8e151d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/lambdalambda.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ struct lambdalambda {
295295
return false;
296296
if (getCPA(v01, v02) < cfgV0V0CPA)
297297
return false;
298-
if (getDistance(v01, v02) < cfgV0V0Distance)
298+
if (getDistance(v01, v02) > cfgV0V0Distance)
299299
return false;
300300
if (getRadius(v01, v02) > cfgV0V0Radius)
301301
return false;

0 commit comments

Comments
 (0)