Variables | |
| cols = ROOT.vector('string')(); cols.push_back("x"); cols.push_back("y"); | |
| d = ROOT.d | |
| d1 = d.Display("") | |
| d2 = d.Display(cols) | |
| df024_Display.cols = ROOT.vector('string')(); cols.push_back("x"); cols.push_back("y"); |
Definition at line 40 of file df024_Display.py.
| df024_Display.d = ROOT.d |
Definition at line 35 of file df024_Display.py.
| df024_Display.d1 = d.Display("") |
Definition at line 38 of file df024_Display.py.
| df024_Display.d2 = d.Display(cols) |
Definition at line 41 of file df024_Display.py.