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
ROOT's RDataFrame offers a high level interface for analyses of data stored in TTree,...
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.