Create data from scratch with RDataFrame. 
This tutorial shows how to create a dataset from scratch with RDataFrame
 
import ROOT
 
 
 
df_1.Snapshot(
"randomNumbers", 
"df008_createDataSetFromScratch_py.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
 - June 2017 
 
- Author
 - Danilo Piparo (CERN) 
 
Definition in file df008_createDataSetFromScratch.py.