You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
I got access to a ROOT file that was generated making use of ROOT's RDataFrame feature. This file basically contains the constituents for each jet in an even, i.e., for each jet, there is an associated vector. It appears that RDataFrame converts the std::vector<std::vector<float> > type (which I'd expect for this kind of data) to some custom type vector<float,ROOT::Detail::VecOps::RAdoptAllocator<float> >, which apparently is not understood by uproot. If I'm trying to read one of those branches, I receive the following error message
ValueError: cannot interpret branch 'tjetSortClusNormByPt_pt' as a Python type