Files
geant4/examples/extended/electromagnetic/TestEm11/multiLayers.mac
T
2018-12-07 15:15:39 +01:00

29 lines
564 B
Plaintext

#
# multiLayers
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setNbOfAbsor 5
/testem/det/setAbsor 1 Water 13 cm
/testem/det/setAbsor 2 G4_AIR 1 cm
/testem/det/setAbsor 3 Water 1 cm
/testem/det/setAbsor 4 G4_B-100_BONE 3 cm
/testem/det/setAbsor 5 Water 12 cm
/testem/det/setSizeYZ 30 cm
#
/testem/phys/addPhysics emstandard_opt0 # em physics
#
/run/initialize
#
/testem/gun/setDefault
/gun/particle gamma
/gun/energy 6 MeV
#
/analysis/setFileName bone
/analysis/h1/set 1 300 0. 300. mm #edep profile
#
/run/printProgress 100000
#
/run/beamOn 1000000