Skip to content

Commit 712ca39

Browse files
authored
[PWGJE] Fix setSingleTrackSelectionBit not setting notBadMcTrack bit (#17435)
1 parent 877668f commit 712ca39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGJE/Core/JetDerivedDataUtilities.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ uint8_t setSingleTrackSelectionBit(int trackSelection)
716716
if (trackSelection != -1) {
717717
SETBIT(bit, trackSelection);
718718
}
719+
SETBIT(bit, JTrackSel::notBadMcTrack);
719720
return bit;
720721
}
721722

0 commit comments

Comments
 (0)