source: trunk/examples/advanced/xray_fluorescence/readPY.py@ 1158

Last change on this file since 1158 was 807, checked in by garnier, 17 years ago

update

File size: 182 bytes
Line 
1from AidaProxy import *
2treeSim = Proxy_Store("xrayfluo.xml","xml",3)
3histoSim = treeSim.retrieveH1D("1")
4from rootPlotter2 import *
5pl = RootPlotter()
6pl.plot(histoSim)
Note: See TracBrowser for help on using the repository browser.