14ROOT.ROOT.EnableImplicitMT(2)
18dd = d.Alias(
"x",
"rdfentry_").
Define(
"y",
"x*x")
20graph = dd.Graph(
"x",
"y")
26c.SaveAs(
"df021_createTGraph.png")
28print(
"Saved figure to df021_createTGraph.png")
RInterface< Proxied, DS_t > Define(std::string_view name, F expression, const ColumnNames_t &columns={})
Define a new column.
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree ,...