Logo ROOT  
Reference Guide
df034_SaveGraph Namespace Reference

Variables

 branch1 = rd2.Define("Branch_1_def", "1")
 branch1_1
 branch1_2
 branch2 = rd2.Define("Branch_2_def", "1")
 branch2_1
 branch2_2 = branch2.Count()
 rd1 = ROOT.RDataFrame(2)
 rd2

Variable Documentation

◆ branch1

df034_SaveGraph.branch1 = rd2.Define("Branch_1_def", "1")

Definition at line 29 of file df034_SaveGraph.py.

◆ branch1_1

df034_SaveGraph.branch1_1
Initial value:
1= branch1.Filter("Branch_1_def < 2", "Filter_1") \
2 .Define("Branch_1_1_def", "1") \
3 .Filter("1 == Branch_1_1_def % 2", "Filter_1_1") \
4 .Mean("Branch_1_1_def");

Definition at line 32 of file df034_SaveGraph.py.

◆ branch1_2

df034_SaveGraph.branch1_2
Initial value:
1= branch1.Define("Branch_1_2_def", "1") \
2 .Filter("Branch_1_2_def < 2", "Filter_1_2") \
3 .Count()

Definition at line 37 of file df034_SaveGraph.py.

◆ branch2

df034_SaveGraph.branch2 = rd2.Define("Branch_2_def", "1")

Definition at line 30 of file df034_SaveGraph.py.

◆ branch2_1

df034_SaveGraph.branch2_1
Initial value:
1= branch2.Filter("Branch_2_def < 2", "Filter_2") \
2 .Define("Branch_2_1_def", "1") \
3 .Define("Branch_2_2_def", "1") \
4 .Filter("1 == Branch_2_1_def % 2", "Filter_2_1") \
5 .Max("Branch_2_1_def")

Definition at line 41 of file df034_SaveGraph.py.

◆ branch2_2

df034_SaveGraph.branch2_2 = branch2.Count()

Definition at line 47 of file df034_SaveGraph.py.

◆ rd1

df034_SaveGraph.rd1 = ROOT.RDataFrame(2)

Definition at line 23 of file df034_SaveGraph.py.

◆ rd2

df034_SaveGraph.rd2
Initial value:
1= rd1.Define("Root_def1", "1") \
2 .Filter("Root_def1 < 2", "Main_Filter") \
3 .Define("Root_def2", "1")

Definition at line 25 of file df034_SaveGraph.py.