19rr = r.Define(
"v",
"rdfentry_")\
20 .
Define(
"w",
"return 1./(v+1)")
23stats_iu = rr.Stats(
"v")
24stats_iw = rr.Stats(
"v",
"w")
RInterface< Proxied > 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 ,...