Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /geant4/examples/advanced/xray_fluorescence/readPY.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 from AidaProxy import *
0002 treeSim = Proxy_Store("xrayfluo.xml","xml",3)
0003 histoSim = treeSim.retrieveH1D("1")
0004 from rootPlotter2 import *  
0005 pl = RootPlotter()          
0006 pl.plot(histoSim)