Variables | |
| c = ROOT.TCanvas() | |
| d = ROOT.RDataFrame(160) | |
| dd = d.Alias("x", "rdfentry_").Define("y", "x*x") | |
| graph = dd.Graph("x", "y") | |
| df021_createTGraph.c = ROOT.TCanvas() |
Definition at line 23 of file df021_createTGraph.py.
| df021_createTGraph.d = ROOT.RDataFrame(160) |
Definition at line 15 of file df021_createTGraph.py.
| df021_createTGraph.dd = d.Alias("x", "rdfentry_").Define("y", "x*x") |
Definition at line 18 of file df021_createTGraph.py.
| df021_createTGraph.graph = dd.Graph("x", "y") |
Definition at line 20 of file df021_createTGraph.py.