I meat similar issue as it was described here. It was mentioned that starting from ROOT 6.16 it will be able to handle collections as RVec automagically. In my case for some reason, it doesn’t work.
Hi Daniil, Filter must decide whether to keep processing a given event or not, and to take that decision it requires the filtering expression to return a single boolean.
However, if el_pt is an array, the expression el_pt>0 is an array of values (result of the inequality for each of the members of the array).