14 int df010_trivialDataSource()
17 auto d_s = ROOT::RDF::MakeTrivialDataFrame(nEvents);
21 auto h_s = d_s.Define(
"x",
"1./(1. + col0)").Histo1D({
"h_s",
"h_s", 128, 0, .6},
"x");
24 ROOT::RDataFrame d(nEvents);
28 static ULong64_t i = 0;
31 auto h = d.Define(
"col0", g).Define(
"x",
"1./(1. + col0)").Histo1D({
"h",
"h", 128, 0, .6},
"x");
33 auto c_s =
new TCanvas();
37 auto c =
new TCanvas();