Files
geant4/examples/novice/N03/exampleN03.large_N.in
T
2016-06-08 16:39:52 +02:00

31 lines
529 B
Plaintext

# e+ 300MeV
/gun/particle e+
/gun/energy 300 MeV
/run/beamOn 1
#
# list the existing physics processes
/process/list
#
# switch off MultipleScattering
/process/inactivate msc
/run/beamOn 1
#
# switch on MultipleScattering
/process/activate msc
#
# change detector parameter
/calor/setAbsMat Aluminium
/calor/setGapMat Aerogel
/calor/setAbsThick 2. cm
/calor/setGapThick 5. cm
/calor/setNbOfLayers 30
/calor/setSizeYZ 1.5 m
/calor/update
#
/gun/particle gamma
/gun/energy 500 MeV
/event/printModulo 500
/run/beamOn 5000
exit