vepadulano / PyRDF

Python Library for doing ROOT RDataFrame analysis
https://pyrdf.readthedocs.io/en/latest/
9 stars 7 forks source link

[WIP] Add support for RDataFrame info operations #65

Open JavierCVilla opened 5 years ago

JavierCVilla commented 5 years ago

Allows to call the following operations:

This PR adds a new parameter trigger_loop to the execute method in the Backend class. However, we still need to avoid the creation of all the nodes when calling execute multiple times.

TO-DO's