Skip to content

Commit 605336a

Browse files
[PWGHF] Fix potential bug in Dstar candidate selection in debug mode (#13436)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent d65af68 commit 605336a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,9 +1884,8 @@ struct HfTrackIndexSkimCreator {
18841884
isSelected = 0;
18851885
if (config.debug) {
18861886
CLRBIT(cutStatus, 0);
1887-
} else {
1888-
return isSelected;
18891887
}
1888+
return isSelected;
18901889
}
18911890

18921891
// D0 mass

0 commit comments

Comments
 (0)