Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #
0002 # Macro file for TestEm12
0003 #
0004 # limit the step size by geometry
0005 #
0006 /control/cout/ignoreThreadsExcept 0
0007 /control/verbose 2
0008 /run/verbose 1
0009 #
0010 /testem/det/setMat G4_WATER
0011 /testem/det/setRadius  3 cm
0012 /testem/det/setNbOfLayers 150
0013 #
0014 /testem/phys/addPhysics  local  # em physics
0015 ###/testem/phys/addPhysics  emlivermore         # em physics
0016 ###/testem/phys/addPhysics  empenelope          # em physics 
0017 #
0018 /run/initialize
0019 #
0020 /gun/particle e-
0021 /gun/energy 4 MeV
0022 #
0023 /analysis/setFileName run02
0024 /analysis/h1/set 1 120  0.   2.4 cm     #edep profile
0025 /analysis/h1/set 3 100  0.    3. cm     #true track length
0026 /analysis/h1/set 8 120  0.    1.2 none  #normalized edep profile
0027 #
0028 /testem/applyAutomaticStepMax false
0029 #
0030 /run/printProgress 2000
0031 /run/beamOn 20000