Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -0,0 +1,33 @@
#
# Macro file for the initialization phase of "TestEm5.cc"
#
# It creates the default geometry (simple absorber box )
#
/control/verbose 2
#control/saveHistory
/run/verbose 2
#
/calor/setAbsMat Silicon
/calor/setAbsThick 50. mum
/calor/setAbsYZ 10. cm
/calor/update
#
# hist file name
/plots/sethistName geant4.plot03
# PLOT: angle distr. of transmitted particles
/plots/setnbinTh 60
/plots/setThlow 0.0 deg
/plots/setThhigh 6.0 deg
#
/calor/cutG 2130.0 micrometer
/calor/cutE 7.000 micrometer
/run/initialize
#
/gun/particle proton
/gun/energy 6.56 MeV
#
/run/beamOn 100000
#
#