Files
geant4/examples/extended/hadronic/Hadr06/singleFission.mac
2023-12-08 10:43:34 +01:00

32 lines
781 B
Plaintext

#
# Macro file for "Hadr06.cc"
#
/run/verbose 2
#
/testhadr/det/setIsotopeMat U235 92 235 19.05 g/cm3
/testhadr/det/setRadius 10 cm
#
/run/initialize
#
# Set a very high time threshold to allow all decays to happen
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
#
/process/inactivate nCapture
/process/had/particle_hp/produce_fission_fragment true
#
# To "force" primary fission only, kill secondary neutrons:
# Also, to limit the printout, do not fill ParticleCount()
#
/testhadr/tracking/killNeutrons true
/testhadr/tracking/countParticles false
#
/gun/particle neutron
/gun/energy 0.025 eV
#
/analysis/setFileName singleFission
/analysis/h1/set 1 100 100. 300. MeV #Edep
/analysis/h1/set 3 100 0. 20. MeV #Eflow
#
/run/printProgress 1000
/run/beamOn 10000