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

Last change on this file since 810 was 807, checked in by garnier, 16 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.