Logo ROOT  
Reference Guide
df024_Display Namespace Reference

Variables

 cols = ROOT.vector('string')(); cols.push_back("x"); cols.push_back("y");
 d = ROOT.d
 d1 = d.Display("")
 d2 = d.Display(cols)

Variable Documentation

◆ cols

df024_Display.cols = ROOT.vector('string')(); cols.push_back("x"); cols.push_back("y");

Definition at line 40 of file df024_Display.py.

◆ d

df024_Display.d = ROOT.d

Definition at line 35 of file df024_Display.py.

◆ d1

df024_Display.d1 = d.Display("")

Definition at line 38 of file df024_Display.py.

◆ d2

df024_Display.d2 = d.Display(cols)

Definition at line 41 of file df024_Display.py.