Simple RDataFrame example in Python. 
This tutorial shows a minimal example of RDataFrame. It starts without input data, generates a new column x with random numbers, and finally draws a histogram for x.
 
import ROOT
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree ,...
 
  - Date
 - September 2021 
 
- Author
 - Enric Tejedor (CERN) 
 
Definition in file df000_simple.py.