Files
geant4/examples/extended/electromagnetic/TestEm12/run02.mac
T
2016-06-10 12:08:39 +02:00

31 lines
707 B
Plaintext

# $Id: run02.mac 78723 2014-01-20 10:32:17Z gcosmo $
#
# 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