Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/basic/B4/macros/exampleB4.in is written in an unsupported language. File is not indexed.

0001 # Macro file for example B4 test
0002 
0003 /run/initialize
0004 
0005 # e+ 300MeV 
0006 /gun/particle e+
0007 /gun/energy 300 MeV
0008 /run/beamOn 1
0009 #
0010 # list the existing physics processes
0011 /process/list
0012 #
0013 # switch off MultipleScattering
0014 /process/inactivate msc
0015 /run/beamOn 1
0016 #
0017 # switch on MultipleScattering
0018 /process/activate msc 
0019 #
0020 # change detector parameter
0021 /gun/particle gamma
0022 /gun/energy 500 MeV
0023 /run/beamOn 1