19 auto rr =
r.Define(
"v", [](
ULong64_t e){
return e;}, {
"rdfentry_"})
20 .Define(
"w", [](
ULong64_t e){
return 1./(
e+1);}, {
"v"});
24 auto stats_ew = rr.Stats<
ULong64_t,
double>(
"v",
"w");
25 auto stats_iu = rr.Stats(
"v");
26 auto stats_iw = rr.Stats(
"v",
"w");
unsigned long long ULong64_t
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree ,...