User Tools

Site Tools


root:pyrootpassref

Pass by Reference

# assuming graph is a TGraph
 
from ROOT import Double
x = Double(0)
y = Double(0)
graph.GetPoint(1, x, y)
root/pyrootpassref.txt · Last modified: 2014/07/30 11:58 by nchiap