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

31 lines
764 B
Plaintext

# $Id: TestEm11.in,v 1.6 2006/10/26 10:18:59 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 testem11
/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 #track length
/testem/histo/setHisto 4 100 0. 200. um #step length
/testem/histo/setHisto 5 100 0. 1. mm #proj range
#
/testem/event/printModulo 10000
#
/run/beamOn 20000