ROOT 6.14/05 Reference Guide |
Namespaces | |
df011_ROOTDataSource | |
This tutorial illustrates how use the RDataFrame in combination with a RDataSource.
In this case we use a TRootDS. This data source allows to read a ROOT dataset from a RDataFrame in a different way, not based on the regular RDataFrame code. This allows to perform all sorts of consistency checks and illustrate the usage of the RDataSource in a didactic context.
Definition in file df011_ROOTDataSource.py.