Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/electromagnetic/TestEm7/proton.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file for "TestEm7.cc"
0003 # (can be run in batch, without graphic)
0004 #
0005 #
0006 /control/verbose 2
0007 /run/verbose 2
0008 #
0009 /testem/det/setMat G4_WATER
0010 /testem/det/setSizeX  10 cm
0011 /testem/det/setSizeYZ 10 cm
0012 #
0013 #/testem/phys/addPhysics  local
0014 /testem/phys/addPhysics  emstandard_opt0
0015 /testem/phys/addPhysics  elastic
0016 /testem/phys/addPhysics  binary
0017 /testem/phys/addPhysics  binary_ion
0018 #
0019 /run/initialize
0020 #
0021 /gun/particle proton
0022 /gun/energy 100 MeV
0023 #
0024 # step limit
0025 #/run/setCut 0.5 mm
0026 /run/setCut 1 mm
0027 #/testem/stepMax 0.5 mm
0028 #
0029 /run/printProgress 1000
0030 #
0031 /analysis/setFileName p_opt0
0032 /analysis/h1/set 1 1200 0 120 mm
0033 /analysis/h1/set 2 100 70 80 mm
0034 /analysis/h1/set 3 100 70 80 mm
0035 #
0036 /run/beamOn 10000
0037 #