scikit-hep / uproot3

ROOT I/O in pure Python and NumPy.
BSD 3-Clause "New" or "Revised" License
314 stars 67 forks source link

Converting certain sub branches to arrays doesn't work #535

Closed shahidzk1 closed 3 years ago

shahidzk1 commented 3 years ago

I have a complicated tree with branches and sub branches. Some of the branches are recognized and picked by uproot while others aren't. For exapmle the momentum distribution fPx branch. Screenshot from 2021-02-15 18-09-58

Pyroot shows that they are Double32_t type branches Screenshot from 2021-02-15 18-13-08

Could you help me some how convert these sub branches to arrays?

jpivarski commented 3 years ago

I'll handle this in scikit-hep/uproot4#268. (If you hadn't copied it, I would have used GitHub's "transfer issue" to get it over there, but this is just as good.)