Files
geant4/examples/advanced/brachytherapy/brachy.py
T
2016-06-08 16:57:27 +02:00

13 lines
235 B
Python

#Lizard 3.6.6
hm.selectStore("brachytherapy.hbk")
hm.ls()
#spectrum of initial particles
hEn=hm.load1D("20")
hplot(hEn)
#if you want to print the results:pl.psPrint("Brachytherapy.ps")
h2=hm.load2D("10")
hplot(h2)
pl.reset()