Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #
0002 # Macro file for "Hadr06.cc"
0003 #  
0004 /run/verbose 2
0005 #
0006 /testhadr/det/setIsotopeMat U235 92 235 19.05 g/cm3
0007 /testhadr/det/setRadius 10 cm
0008 #
0009 /run/initialize
0010 #
0011 # Set a very high time threshold to allow all decays to happen
0012 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0013 #
0014 /process/inactivate nCapture
0015 /process/had/particle_hp/produce_fission_fragment true
0016 #
0017 # To "force" primary fission only, kill secondary neutrons:
0018 # Also, to limit the printout, do not fill ParticleCount()
0019 #
0020 /testhadr/tracking/killNeutrons true
0021 /testhadr/tracking/countParticles false
0022 #
0023 /gun/particle neutron
0024 /gun/energy 0.025 eV
0025 #
0026 /analysis/setFileName singleFission
0027 /analysis/h1/set  1 100  100. 300. MeV  #Edep
0028 /analysis/h1/set  3 100    0.  20. MeV  #Eflow
0029 #
0030 /run/printProgress 1000
0031 /run/beamOn 10000