7 lines
182 B
Python
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)
|