Logo ROOT  
Reference Guide
df017_vecOpsHEP Namespace Reference

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"

Function Documentation

◆ WithPyROOT()

df017_vecOpsHEP.WithPyROOT ( filename)

Definition at line 25 of file df017_vecOpsHEP.py.

◆ WithRDataFrameVecOpsJit()

df017_vecOpsHEP.WithRDataFrameVecOpsJit ( treename,
filename )

Definition at line 41 of file df017_vecOpsHEP.py.

Variable Documentation

◆ c

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.

◆ filename

str df017_vecOpsHEP.filename = ROOT.gROOT.GetTutorialDir().Data() + "/analysis/dataframe/df017_vecOpsHEP.root"

Definition at line 22 of file df017_vecOpsHEP.py.

◆ treename

str df017_vecOpsHEP.treename = "myDataset"

Definition at line 23 of file df017_vecOpsHEP.py.