It has been reported that after converting the data to some other format using the CXX API, only multiples of 8 have been seen in the triggered paddle ids. Maybe this section in the code is of relevance (events.cxx) 1332 auto dsi_j_mask_bits = std::bitset<32>(dsi_j_mask); 1333 u32 n_masks_needed = dsi_j_mask_bits.count();
It has been reported that after converting the data to some other format using the CXX API, only multiples of 8 have been seen in the triggered paddle ids. Maybe this section in the code is of relevance (events.cxx)
1332 auto dsi_j_mask_bits = std::bitset<32>(dsi_j_mask); 1333 u32 n_masks_needed = dsi_j_mask_bits.count();