diff --git a/PWGJE/Core/JetDerivedDataUtilities.h b/PWGJE/Core/JetDerivedDataUtilities.h index 113e240bc2b..a859adc3530 100644 --- a/PWGJE/Core/JetDerivedDataUtilities.h +++ b/PWGJE/Core/JetDerivedDataUtilities.h @@ -716,6 +716,7 @@ uint8_t setSingleTrackSelectionBit(int trackSelection) if (trackSelection != -1) { SETBIT(bit, trackSelection); } + SETBIT(bit, JTrackSel::notBadMcTrack); return bit; }