Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:17:11

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)