source:
trunk/examples/advanced/xray_fluorescence/readPY.py@
1211
| Last change on this file since 1211 was 807, checked in by , 17 years ago | |
|---|---|
| File size: 182 bytes | |
| Rev | Line | |
|---|---|---|
| [807] | 1 | from AidaProxy import * |
| 2 | treeSim = Proxy_Store("xrayfluo.xml","xml",3) | |
| 3 | histoSim = treeSim.retrieveH1D("1") | |
| 4 | from rootPlotter2 import * | |
| 5 | pl = RootPlotter() | |
| 6 | pl.plot(histoSim) |
Note:
See TracBrowser
for help on using the repository browser.
