Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/hadronic/Hadr06/fission.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file for "Hadr06.cc"
0003 #
0004 # NB. for neutronHP, do not forget to activate the fission fragment model
0005 #     via one, and only one, of the following two UI commands:
0006 # - To use the default fission model:
0007 #/process/had/particle_hp/produce_fission_fragment true
0008 #
0009 # - To use the alternative Wendt fission model:
0010 #/process/had/particle_hp/use_Wendt_fission_model true
0011 #
0012 /control/verbose 2
0013 /run/verbose 1
0014 #
0015 /testhadr/det/setIsotopeMat U235 92 235 19.05 g/cm3
0016 /testhadr/det/setRadius 5 cm
0017 #
0018 /run/initialize
0019 #
0020 # Set a very high time threshold to allow all decays to happen
0021 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0022 #
0023 /control/execute vis.mac
0024 #
0025 /gun/particle neutron
0026 /gun/energy 2 MeV
0027 #
0028 /run/beamOn 1