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
@@ -0,0 +1,20 @@
### Set the verbosity off/on
# get lots of info about the tracking of each particle through detector
# (one line for each step of each track, including secondaries...)
/process/verbose 0
/tracking/verbose 0
/run/verbose 2
/event/verbose 0
### Initialise the detector and the physics
/run/initialize
### Select the incident particle and its energy
/gun/particle pi-
#/gun/particle mu-
#/gun/particle e-
/gun/energy 100 GeV
### Simulate ten events
/run/beamOn 10