Warning, /geant4/examples/extended/runAndEvent/RE03/run.mac is written in an unsupported language. File is not indexed.
0001 #########################################################
0002 # macro file for RE03 example
0003 # - for both batch and interactive modes
0004 #
0005 # in interactive mode
0006 # - to visualize trajectories, remove /vis/disable and
0007 # /vis/enable commands below.
0008 # - in sub-event parallel mode, to visualize trajectories
0009 # generated in worker threads, un-comment the specified
0010 # line in the vis.mac macro file.
0011 #
0012 #########################################################
0013 #
0014 # define scoring mesh
0015 #
0016 /score/create/boxMesh boxMesh_1
0017 /score/mesh/boxSize 100. 100. 100. cm
0018 /score/mesh/nBin 30 30 30
0019 #
0020 /score/quantity/energyDeposit eDep
0021 /score/quantity/nOfStep nOfStepGamma
0022 /score/filter/particle gammaFilter gamma
0023 /score/quantity/nOfStep nOfStepEMinus
0024 /score/filter/particle eMinusFilter e-
0025 /score/quantity/nOfStep nOfStepEPlus
0026 /score/filter/particle ePlusFilter e+
0027 #
0028 /score/close
0029 #
0030 /score/list
0031 #
0032 ########################################
0033 #
0034 /control/doifInteractive /vis/disable
0035 /control/verbose 2
0036 /run/verbose 2
0037 /gun/particle mu-
0038 /run/beamOn 2000
0039 /control/doifInteractive /vis/enable
0040 #
0041 ########################################
0042 #
0043 # Dump scorers to a file
0044 #
0045 /score/dumpQuantityToFile boxMesh_1 nOfStepGamma nOfStepGamma.txt
0046 #
0047 #
0048 ########################################
0049 #
0050 # drawing projection
0051 #
0052 /control/ifInteractive draw.mac
0053 #
0054 #