Files
geant4/examples/extended/electromagnetic/TestEm8/run11.mac
T
2016-06-09 10:41:53 +02:00

65 lines
949 B
Plaintext

#
# Macro file 'run11.mac' for the initialization phase of "TestEm8.cc"
#
# It creates the default geometry (simple absorber cylinder )
#
/control/verbose 2
/run/verbose 2
#/tracking/verbose 2
#
#
# select EM PhysicsList
#
#/testem/phys/addPhysics g4v52
#
/testem/phys/addPhysics standard
#
#/testem/phys/addPhysics model
#
/testem/phys/setCuts 1 mm
#/testem/phys/VertexCuts 0.1 mm
#/testem/phys/MuonCuts 10.0 mm
#/testem/stepMax 10 mm
#
#/process/eLoss/preciseRange true
#/process/eLoss/integral true
#
# hist file name
#
/plots/sethistName g4.p11
#
# PLOT: energy deposit distribution in absorber
#
/plots/setnbinEn 20
/plots/setEnlow 0.0 MeV
/plots/setEnhigh 0.060 MeV
#
#
/run/initialize
/run/particle/dumpCutValues
#
#/gun/particle e-
#
/gun/particle proton
#
#/gun/particle mu-
#
/gun/energy 200000.00 MeV
#
#/gun/energy 200.0 MeV
#
#/tracking/verbose 1
#
/event/printModulo 100
/run/beamOn 1000
#
#