Warning, /geant4/examples/advanced/gammaknife/batch.mac is written in an unsupported language. File is not indexed.
0001 #----------------------------------------------------------------------------
0002 # DEFAULT MACRO FOR THE
0003 # GAMMAKNIFE EXAMPLE
0004 #
0005 #
0006 # THIS MACRO SIMPLY PERMIT TO RUN A SIMULATION
0007 # WITH THE VISUALISATION
0008 #
0009 # --------------------------------------------------------------------------------
0010
0011 /control/verbose 1
0012 /tracking/verbose 0
0013 /run/verbose 1
0014 /event/verbose 0
0015
0016
0017 /control/execute GPS.in # Defaults for the GeneralParticleSource
0018
0019
0020 /score/create/boxMesh boxMesh_1
0021 /score/mesh/boxSize 22.5 22.5 22.5 mm
0022 /score/mesh/rotate/rotateX 360 deg # Note: Hack to enable rotation (as of 10.3)
0023 /score/mesh/nBin 45 45 45
0024 /score/quantity/energyDeposit eDep
0025 /score/close
0026 /score/list
0027
0028 /run/initialize
0029
0030 # Set a very high time threshold to allow all decays to happen
0031 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0032
0033 # /run/setCutForRegion PatientLog 100000 m
0034 /run/setCut 1000000000 mm
0035
0036 /calorimeter/helmetSize 14
0037
0038 #/gammaknife/loadAngles MachineAngle.in
0039 #/gammaknife/beamOn 10
0040
0041 /run/beamOn 100
0042
0043 /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out
0044
0045
0046