Files
geant4/examples/extended/electromagnetic/TestEm11/run01.mac
T
2016-06-09 14:55:03 +02:00

33 lines
797 B
Plaintext

# $Id: run01.mac,v 1.5 2006/07/06 15:56:38 maire Exp $
#
# limit the step size from histo 1
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat G4_Si
/testem/det/setSizeX 1 mm
/testem/det/setSizeYZ 1 mm
#
/testem/phys/addPhysics standard # em physics
###/testem/phys/addPhysics penelope # em physics
#
/run/initialize
#
/gun/particle e-
/gun/energy 500 keV
#
/testem/histo/setFileType hbook
/testem/histo/setFileName run01
/testem/histo/setHisto 1 100 0. 1. mm #edep profile
/testem/histo/setHisto 2 102 0. 510. keV #total Edep
/testem/histo/setHisto 3 100 0. 2. mm #true track length
/testem/histo/setHisto 4 10 0. 20. um #true step length
/testem/histo/setHisto 5 100 0. 1. mm #proj range
#
/testem/applyStepMax true
#
/testem/event/printModulo 10000
#
/run/beamOn 100000