Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+8 -11
View File
@@ -1,15 +1,12 @@
hm.selectStore("brachy3.hbk")
#Lizard 3.6.6
hm.selectStore("brachytherapy.hbk")
hm.ls()
#spectrum of initial particles
hEn=hm.load1D("30")
hEn=hm.load1D("20")
hplot(hEn)
#if you want to print the results:pl.psPrint("Brachyspettro.ps")
h2=hm.load2D("20")
#if you want to print the results:pl.psPrint("Brachytherapy.ps")
h2=hm.load2D("10")
hplot(h2)
v=vm.from2D(h2)
vm.list()
vector=vm.retrieve2D (3)
pl.dataOption("representation","color")
pl.plot(vector)
vector.toAscii("brachy.dat")
pl.reset()
pl.reset()