Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -1,20 +1,22 @@
#############################
############# Activate physics
#### Add e.m. physics
/physics/addPhysics photon-epdl
/physics/addPhysics electron-eedl
/physics/addPhysics positron-standard
/physics/addPhysics ion-ICRU
#### Add Hadronic Physics, muon physics and decay
/physics/addPhysics hadronic-binary
/physics/addPhysics muon-standard
/physics/addPhysics decay
### Activate hadronic physics component
/control/execute physics.mac
##############################
#### Sets some default verbose
/control/verbose 1
/run/verbose 1
/event/verbose 0
/run/initialize
################
### Definition of the coring mesh
/score/create/boxMesh boxMesh_1
#### Half sizes of the phantom modelling the astronaut along x, y, z
/score/mesh/boxSize 150 150 15 cm
#### The phantom modelling the astronaut is
# sliced along the z axis
/score/mesh/nBin 1 1 30
/score/quantity/energyDeposit eDep
##############################
# Geometrical configuration
# Choose inflatable vehicle
@@ -29,7 +31,11 @@
# Galactic cosmic protons
/gun/data gcr_min_z=1.txt
/run/beamOn 10
#
# Dump scores to a file
#
/score/dumpQuantityToFile boxMesh_1 eDep EnergyDeposition.out
#