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

30 lines
654 B
Plaintext

#
# limit the step size by geometry
#
/control/verbose 2
/run/verbose 2
#
/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