Skip to content

Commit 67a48c0

Browse files
Update PWGHF/TableProducer/candidateSelectorLcToK0sP.cxx
Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
1 parent d96e7fe commit 67a48c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGHF/TableProducer/candidateSelectorLcToK0sP.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,8 @@ struct HfCandidateSelectorLcToK0sP {
286286
continue;
287287
}
288288

289-
bool isSelectedMlLcToK0sP = true;
290289
if (applyMl) {
291-
isSelectedMlLcToK0sP = false;
292-
isSelectedMlLcToK0sP = selectionMl(candidate, bach, outputMl);
290+
bool isSelectedMlLcToK0sP = selectionMl(candidate, bach, outputMl);
293291
hfMlLcToK0sPCandidate(outputMl);
294292

295293
if (!isSelectedMlLcToK0sP) {

0 commit comments

Comments
 (0)