Skip to content

Commit 99faace

Browse files
Fix potential bug in Dstar candidate selection when debug mode is enabled
1 parent fe2d1c0 commit 99faace

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 {
1887+
}
18881888
return isSelected;
1889-
}
18901889
}
18911890

18921891
// D0 mass

0 commit comments

Comments
 (0)