29 auto h_s = d_s.Define(
"x",
"1./(1. + col0)").Histo1D({
"h_s",
"h_s", 128, 0, .6},
"x");
39 auto h =
d.Define(
"col0",
g).Define(
"x",
"1./(1. + col0)").Histo1D({
"h",
"h", 128, 0, .6},
"x");
unsigned long long ULong64_t
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree ,...
RInterface< RDFDetail::RLoopManager > MakeTrivialDataFrame()
Make a RDF wrapping a RTrivialDS with infinite entries, for demo purposes.