Functions | |
| WithPyROOT (filename) | |
| WithRDataFrameVecOpsJit (treename, filename) | |
Variables | |
| c = ROOT.TCanvas() | |
| We plot twice the same quantity, the key is to look into the implementation of the functions above. | |
| str | filename = ROOT.gROOT.GetTutorialDir().Data() + "/analysis/dataframe/df017_vecOpsHEP.root" |
| str | treename = "myDataset" |
| df017_vecOpsHEP.WithPyROOT | ( | filename | ) |
Definition at line 25 of file df017_vecOpsHEP.py.
| df017_vecOpsHEP.WithRDataFrameVecOpsJit | ( | treename, | |
| filename ) |
Definition at line 41 of file df017_vecOpsHEP.py.
| df017_vecOpsHEP.c = ROOT.TCanvas() |
We plot twice the same quantity, the key is to look into the implementation of the functions above.
Definition at line 49 of file df017_vecOpsHEP.py.
| str df017_vecOpsHEP.filename = ROOT.gROOT.GetTutorialDir().Data() + "/analysis/dataframe/df017_vecOpsHEP.root" |
Definition at line 22 of file df017_vecOpsHEP.py.
| str df017_vecOpsHEP.treename = "myDataset" |
Definition at line 23 of file df017_vecOpsHEP.py.