Skip to content

Commit faf8a15

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

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
@@ -329,10 +329,8 @@ struct HfCandidateSelectorLcToK0sP {
329329
continue;
330330
}
331331

332-
bool isSelectedMlLcToK0sP = true;
333332
if (applyMl) {
334-
isSelectedMlLcToK0sP = false;
335-
isSelectedMlLcToK0sP = selectionMl(candidate, bach, outputMl);
333+
bool isSelectedMlLcToK0sP = selectionMl(candidate, bach, outputMl);
336334
hfMlLcToK0sPCandidate(outputMl);
337335

338336
if (!isSelectedMlLcToK0sP) {

0 commit comments

Comments
 (0)