Skip to content

Commit 12023c9

Browse files
Silly fix in return of bool function
1 parent e2faca9 commit 12023c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGLF/Tasks/Strangeness/sigmaanalysis.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,10 +1485,11 @@ struct sigmaanalysis {
14851485
return false;
14861486
}
14871487
}
1488-
14891488
// Has matched track?
14901489
if (cand.photonHasAssocTrk() && EMCalPhotonSelections.RemoveMatchedTrack)
14911490
return false;
1491+
1492+
return true;
14921493
}
14931494

14941495
// Apply specific selections for lambdas

0 commit comments

Comments
 (0)