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

32 lines
716 B
Plaintext

#
# Macro file for TestEm12
#
# limit the step size by geometry
#
/control/cout/ignoreThreadsExcept 0
/control/verbose 2
/run/verbose 1
#
/testem/det/setMat G4_WATER
/testem/det/setRadius 3 cm
/testem/det/setNbOfLayers 150
#
/testem/phys/addPhysics local # em physics
###/testem/phys/addPhysics emlivermore # em physics
###/testem/phys/addPhysics empenelope # em physics
#
/run/initialize
#
/gun/particle e-
/gun/energy 4 MeV
#
/analysis/setFileName run02
/analysis/h1/set 1 120 0. 2.4 cm #edep profile
/analysis/h1/set 3 100 0. 3. cm #true track length
/analysis/h1/set 8 120 0. 1.2 none #normalized edep profile
#
/testem/applyAutomaticStepMax false
#
/run/printProgress 2000
/run/beamOn 20000