21 auto h_s = d_s.Define(
"x",
"1./(1. + col0)").Histo1D({
"h_s",
"h_s", 128, 0, .6},
"x");
31 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 high level interface for analyses of data stored in TTrees,...
RInterface< RDFDetail::RLoopManager, RTrivialDS > MakeTrivialDataFrame(ULong64_t size, bool skipEvenEntries=false)