Logo ROOT  
Reference Guide
df019_Cache Namespace Reference

Variables

 c = ROOT.TCanvas()
 df = ROOT.RDataFrame("ntuple", hsimplePath)
 df_cached = df_cut.Cache()
 df_cut
 h = df_cached.Histo1D("px_plus_py")
 hsimplePath = os.path.join(str(ROOT.gROOT.GetTutorialDir().Data()), "hsimple.root")

Variable Documentation

◆ c

df019_Cache.c = ROOT.TCanvas()

Definition at line 45 of file df019_Cache.py.

◆ df

df019_Cache.df = ROOT.RDataFrame("ntuple", hsimplePath)

Definition at line 31 of file df019_Cache.py.

◆ df_cached

df019_Cache.df_cached = df_cut.Cache()

Definition at line 39 of file df019_Cache.py.

◆ df_cut

df019_Cache.df_cut
Initial value:
1= df.Filter("py > 0.f")\
2 .Define("px_plus_py", "px + py")

Definition at line 34 of file df019_Cache.py.

◆ h

df019_Cache.h = df_cached.Histo1D("px_plus_py")

Definition at line 41 of file df019_Cache.py.

◆ hsimplePath

df019_Cache.hsimplePath = os.path.join(str(ROOT.gROOT.GetTutorialDir().Data()), "hsimple.root")

Definition at line 30 of file df019_Cache.py.