Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #
0002 # Macro for "Hadr03.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 # alternatively, this is done in Hadr03.cc
0013 #
0014 /control/verbose 2
0015 /run/verbose 2
0016 #
0017 /testhadr/det/setIsotopeMat U235 92 235 19.05 g/cm3
0018 /testhadr/det/setSize 10 m
0019 #
0020 /process/had/verbose 1
0021 #
0022 /run/initialize
0023 #
0024 /gun/particle neutron
0025 /gun/energy 1 eV
0026 #
0027 /process/inactivate hadElastic
0028 ###/process/inactivate neutronInelastic
0029 /process/inactivate nCapture
0030 #
0031 /analysis/setFileName nFission
0032 /analysis/h1/set 2  100  0   10 MeV     #gamma
0033 /analysis/h1/set 4  100  0   10 MeV     #neutron
0034 /analysis/h1/set 8  100  0   150 MeV    #nuclei
0035 /analysis/h1/set 11 100  150 250 MeV    #Q
0036 /analysis/h1/set 13 200  1   200 none   #A
0037 #
0038 # optional, to avoid excessive printing.
0039 /testhadr/run/printStat false
0040 #
0041 /run/printProgress 1000
0042 /run/beamOn 10000