Files
geant4/examples/extended/electromagnetic/TestEm18/edep.mac
T
2017-12-08 12:52:30 +01:00

28 lines
490 B
Plaintext

# $Id: TestEm18.in 105105 2017-07-12 21:18:32Z maire $
#
# macro file for TestEm18.cc
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Water
/testem/det/setSize 5 cm
#
/testem/phys/addPhysics standard
#
/run/setCut 1 mm
#
/run/initialize
#
/gun/particle e-
/gun/energy 100 MeV
#
/testem/trackSecondaries true
#
/analysis/setFileName edep
/analysis/h1/set 7 100 0 100 MeV #total Elost
/analysis/h1/set 10 100 0 100 MeV #total Edep
#
/run/printProgress 10000
/run/beamOn 100000