ROOT 6.14/05 Reference Guide |
Namespaces | |
df010_trivialDataSource | |
This tutorial illustrates how use the RDataFrame in combination with a RDataSource.
In this case we use a TTrivialDS, which is nothing more than a simple generator: it does not interface to any existing dataset. The TTrivialDS has a single column, col0, which has value n for entry n.
Definition in file df010_trivialDataSource.py.