ast0815/remu

Support ROOT files as inputs

Closed this issue · 2 comments

It might be a good idea to support ROOT files/trees as inputs to fill Binnings. A lot of particle physics experiments use root files as de-facto standard of data exchange.

Should probably use uproot for this: https://github.com/scikit-hep/uproot

Done: ab24651

Uproot can read the ROOT file and turn it into a pandas DataFrame.