Does ROOT v6.24 support transofrmation of numpy arrays into RDF? Without caching trees in root files.
ROOT Version: 6.24/06
Platform: Jupyter notebook
Does ROOT v6.24 support transofrmation of numpy arrays into RDF? Without caching trees in root files.
ROOT Version: 6.24/06
Platform: Jupyter notebook
In v6.24 it can be done using ROOT.RDF. MakeNumpyDataFrame(). ROOT: PyROOT Namespace Reference
An example exists but only in v6.26. ROOT: tutorials/dataframe/df032_MakeNumpyDataFrame.py File Reference
For newer versions of root there is another method: ROOT: tutorials/dataframe/df032_RDFFromNumpy.py File Reference