We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b942dce commit 81329a9Copy full SHA for 81329a9
1 file changed
PWGDQ/Tasks/DalitzSelection.cxx
@@ -333,6 +333,7 @@ struct DalitzSelection {
333
template <bool isReassoc, uint32_t TTrackFillMap, typename TFullTracks, typename TTracks, typename TEvent>
334
void runTrackSelection(TTracks const& tracksBarrel, TEvent const& collision)
335
{
336
+
337
fSkipEvent = true;
338
for (const auto& track1 : tracksBarrel) {
339
uint8_t filterMap = uint8_t(0);
0 commit comments