There was an error while loading. Please reload this page.
1 parent 877668f commit 712ca39Copy full SHA for 712ca39
1 file changed
PWGJE/Core/JetDerivedDataUtilities.h
@@ -716,6 +716,7 @@ uint8_t setSingleTrackSelectionBit(int trackSelection)
716
if (trackSelection != -1) {
717
SETBIT(bit, trackSelection);
718
}
719
+ SETBIT(bit, JTrackSel::notBadMcTrack);
720
return bit;
721
722
0 commit comments