Warning, /geant4/examples/extended/runAndEvent/RE03/batchrun1.mac is written in an unsupported language. File is not indexed.
0001 ########################################
0002 #
0003 # define scoring mesh
0004 #
0005 /score/create/boxMesh boxMesh_1
0006 #
0007 /score/mesh/boxSize 100. 100. 100. cm
0008 /score/mesh/nBin 30 30 30
0009 #
0010 /score/quantity/energyDeposit eDep
0011 /score/quantity/nOfStep nOfStepGamma
0012 /score/filter/particle gammaFilter gamma
0013 /score/quantity/nOfStep nOfStepEMinus
0014 /score/filter/particle eMinusFilter e-
0015 /score/quantity/nOfStep nOfStepEPlus
0016 /score/filter/particle ePlusFilter e+
0017 #
0018 /score/close
0019 #
0020 /score/list
0021 #
0022 ########################################
0023 #
0024 /control/verbose 2
0025 /run/verbose 1
0026 /gun/particle e-
0027 /run/beamOn 2000
0028 #
0029 ########################################
0030 #
0031 # Dump scorers to a file
0032 #
0033 /score/dumpQuantityToFile boxMesh_1 eDep eDep.txt
0034 /score/dumpQuantityToFile boxMesh_1 nOfStepGamma nOfStepGamma.txt
0035 /score/dumpQuantityToFile boxMesh_1 nOfStepEMinus nOfStepEMinus.txt
0036 /score/dumpQuantityToFile boxMesh_1 nOfStepEPlus nOfStepEPlus.txt
0037 #
0038 #