This tutorial shows how to fill a TGraph using the Dataframe.
{
auto dd =
d.Alias(
"x",
"rdfentry_").Define(
"y",
"x*x");
auto graph = dd.Graph(
"x",
"y");
}
ROOT's RDataFrame offers a high level interface for analyses of data stored in TTrees,...
void EnableImplicitMT(UInt_t numthreads=0)
Enable ROOT's implicit multi-threading for all objects and methods that provide an internal paralleli...
- Date
- July 2018
- Author
- Enrico Guiraud, Danilo Piparo, Massimo Tumolo
Definition in file df021_createTGraph.C.