Files
geant4/examples/extended/electromagnetic/TestEm18/edep.mac
T
2020-12-04 12:30:43 +01:00

31 lines
524 B
Plaintext

#
# macro file for TestEm18.cc
#
/control/cout/ignoreThreadsExcept 0
/control/verbose 2
/run/verbose 1
#
/testem/det/setMat Water
/testem/det/setSize 5 cm
#
/testem/phys/addPhysics standard
#
/run/setCut 1 mm
#
/process/em/verbose 0
/process/em/printParameters
#
/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