Files
2016-06-09 12:11:21 +02:00

7 lines
182 B
Python

from AidaProxy import *
treeSim = Proxy_Store("xrayfluo.xml","xml",3)
histoSim = treeSim.retrieveH1D("1")
from rootPlotter2 import *
pl = RootPlotter()
pl.plot(histoSim)